x86, asm: Cleanup unnecssary macros in asm-offsets.c

PAGE_SIZE_asm, PAGE_SHIFT_asm, THREAD_SIZE_asm can be safely removed from 
asm-offsets.c, and be replaced by their non-'_asm' counterparts in the code 
that uses them, since the _AC macro defined in include/linux/const.h makes
PAGE_SIZE/PAGE_SHIFT/THREAD_SIZE work with as.

Signed-off-by: Stratos Psomadakis <psomas@cslab.ece.ntua.gr>
LKML-Reference: <1298666774-17646-2-git-send-email-psomas@cslab.ece.ntua.gr>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
Stratos Psomadakis
2011-02-25 22:46:13 +02:00
committed by H. Peter Anvin
부모 2b15cd96e5
커밋 7bf04be8f4
4개의 변경된 파일7개의 추가작업 그리고 12개의 파일을 삭제

파일 보기

@@ -28,9 +28,9 @@ ENTRY(startup_xen)
__FINIT
.pushsection .text
.align PAGE_SIZE_asm
.align PAGE_SIZE
ENTRY(hypercall_page)
.skip PAGE_SIZE_asm
.skip PAGE_SIZE
.popsection
ELFNOTE(Xen, XEN_ELFNOTE_GUEST_OS, .asciz "linux")