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:
Peter Mitsis 2015-05-26 15:35:49 -04:00 committed by Anas Nashif
commit bcfc0a8415

View file

@ -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 */