arch/x86/include/asm/fixmap.h: mark __set_fixmap_offset as __always_inline
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 24 Nov 2010 20:57:18 +0000 (12:57 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 24 Nov 2010 21:50:49 +0000 (06:50 +0900)
commit91d95fda8594ce5e0ccd81381ee7b956cf513c59
tree50e5827088e9a8937c2a30b7920816bfa36914f8
parent27af038494ef2f3f3a23aa040bfc1ea29d99d76d
arch/x86/include/asm/fixmap.h: mark __set_fixmap_offset as __always_inline

When compiling arch/x86/kernel/early_printk_mrst.c with i386
allmodconfig, gcc-4.1.0 generates an out-of-line copy of
__set_fixmap_offset() which contains a reference to
__this_fixmap_does_not_exist which the compiler cannot elide.

Marking __set_fixmap_offset() as __always_inline prevents this.

Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Feng Tang <feng.tang@intel.com>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86/include/asm/fixmap.h