Skip to content

Commit

Permalink
x86: use __ASSEMBLY__ rather than __ASSEMBLER__
Browse files Browse the repository at this point in the history
As Ingo pointed out in a separate patch, we should be using __ASSEMBLY__.
Make that the case in pgtable headers.

Signed-off-by: Andres Salomon <dilinger@queued.net>
LKML-Reference: <20100605114042.35ac69c1@dev.queued.net>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
  • Loading branch information
Andres Salomon authored and H. Peter Anvin committed Jun 8, 2010
1 parent e44a21b commit fc4ac7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/include/asm/pgtable_32_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*/
#define VMALLOC_OFFSET (8 * 1024 * 1024)

#ifndef __ASSEMBLER__
#ifndef __ASSEMBLY__
extern bool __vmalloc_start_set; /* set once high_memory is set */
#endif

Expand Down

0 comments on commit fc4ac7a

Please sign in to comment.