diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-05-24 22:49:16 +0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-05-24 22:49:16 +0400 |
| commit | 988c7f2d6d5622c2407bcad49c0349fbad6489a7 (patch) | |
| tree | e594aed350730f13874967b2765d21a7f515ea18 /include/linux | |
| parent | d762f4383100c2a87b1a3f2d678cd3b5425655b4 (diff) | |
| parent | 2f344d2e51888785be551a756d8a8aa58269aaa8 (diff) | |
| download | linux-988c7f2d6d5622c2407bcad49c0349fbad6489a7.tar.xz | |
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
x86, ioapic: Restore ioapic entries during resume properly
x86: Get rid of asmregparm
um: Use RWSEM_GENERIC_SPINLOCK on x86
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/linkage.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/linkage.h b/include/linux/linkage.h index 7135ebc8428c..3f46aedea42f 100644 --- a/include/linux/linkage.h +++ b/include/linux/linkage.h @@ -14,10 +14,6 @@ #define asmlinkage CPP_ASMLINKAGE #endif -#ifndef asmregparm -# define asmregparm -#endif - #define __page_aligned_data __section(.data..page_aligned) __aligned(PAGE_SIZE) #define __page_aligned_bss __section(.bss..page_aligned) __aligned(PAGE_SIZE) |
