]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86: Make the GDT_ENTRY() macro in <asm/segment.h> safe for assembly
authorH. Peter Anvin <hpa@linux.intel.com>
Tue, 15 Feb 2011 02:33:55 +0000 (18:33 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Fri, 18 Feb 2011 05:05:13 +0000 (21:05 -0800)
commit014eea518af3d141e276664cf40ef3da899eba35
treebf3f2cbb597351db1f3046eb392300e8c696ac89
parentd1ee433539ea5963a8f946f3428b335d1c5fdb20
x86: Make the GDT_ENTRY() macro in <asm/segment.h> safe for assembly

Make the GDT_ENTRY() macro in  <asm/segment.h> safe for use in
assembly code by guarding the ULL suffixes with _AC() macros.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
LKML-Reference: <4D5DFBE4.7090104@intel.com>
Cc: Rafael J. Wysocki <rjw@sisk.pl>
Cc: Matthieu Castet <castet.matthieu@free.fr>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
arch/x86/include/asm/segment.h