Commit fc4ac7a5 authored by Andres Salomon's avatar Andres Salomon Committed by H. Peter Anvin

x86: use __ASSEMBLY__ rather than __ASSEMBLER__

As Ingo pointed out in a separate patch, we should be using __ASSEMBLY__.
Make that the case in pgtable headers.
Signed-off-by: default avatarAndres Salomon <dilinger@queued.net>
LKML-Reference: <20100605114042.35ac69c1@dev.queued.net>
Signed-off-by: default avatarH. Peter Anvin <hpa@linux.intel.com>
parent e44a21b7
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
*/ */
#define VMALLOC_OFFSET (8 * 1024 * 1024) #define VMALLOC_OFFSET (8 * 1024 * 1024)
#ifndef __ASSEMBLER__ #ifndef __ASSEMBLY__
extern bool __vmalloc_start_set; /* set once high_memory is set */ extern bool __vmalloc_start_set; /* set once high_memory is set */
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment