Replace PACK_STRUCT with __packed in kernel code
The PACK_STRUCT macro is being phased out in favor of using __packed. Change-Id: I4f231ce99d104377436d14c5a8fa3eb0c6513b35 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
parent
ad39ee1c96
commit
bcfc0a8415
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ typedef struct s_gdtDesc {
|
|||
* so the aligned attribute is used.
|
||||
*/
|
||||
|
||||
typedef struct PACK_STRUCT s_gdtHeader
|
||||
typedef struct __packed s_gdtHeader
|
||||
{
|
||||
uint16_t limit; /* GDT limit */
|
||||
tGdtDesc *pEntries; /* pointer to the GDT entries */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue