Correctly pack the KIPCR structure.

svn path=/trunk/; revision=16030
This commit is contained in:
Filip Navara
2005-06-18 12:56:11 +00:00
parent 4fd0801d50
commit 6a7e9f4bf7
@@ -257,6 +257,8 @@ typedef struct _KPCR {
#pragma pack(pop)
#endif /* __USE_W32API */
#pragma pack(push,4)
/*
* This is the complete, internal KPCR structure
*/
@@ -289,6 +291,8 @@ typedef struct _KIPCR {
KPRCB PrcbData; /* 120 */
} KIPCR, *PKIPCR;
#pragma pack(pop)
#ifndef __USE_W32API
#ifdef CONFIG_SMP