From: Stratos Psomadakis Date: Fri, 25 Feb 2011 20:46:13 +0000 (+0200) Subject: x86, asm: Cleanup unnecssary macros in asm-offsets.c X-Git-Tag: v2.6.39-rc1~506^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bf04be8f48ceeeffa5b5a79734d6d6e0d59e5f8;p=pandora-kernel.git 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 LKML-Reference: <1298666774-17646-2-git-send-email-psomas@cslab.ece.ntua.gr> Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed