[PATCH] remove gcc-2 checks
Remove various things which were checking for gcc-1.x and gcc-2.x compilers. From: Adrian Bunk <bunk@stusta.de> Some documentation updates and removes some code paths for gcc < 3.2. Acked-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:

committed by
Linus Torvalds

parent
fd285bb54d
commit
a136564702
@@ -1,10 +1,6 @@
|
||||
#ifndef __UM_RWSEM_H__
|
||||
#define __UM_RWSEM_H__
|
||||
|
||||
#if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 96)
|
||||
#define __builtin_expect(exp,c) (exp)
|
||||
#endif
|
||||
|
||||
#include "asm/arch/rwsem.h"
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user