Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit b4b18f4

Browse files
committed
Revert "parisc: Show error if wrong 32/64-bit compiler is being used"
This reverts commit b160628. There is no need any longer to have this sanity check, because the previous commit ("parisc: Make CONFIG_64BIT available for ARCH=parisc64 only") prevents that CONFIG_64BIT is set if ARCH==parisc. Signed-off-by: Helge Deller <[email protected]>
1 parent 3dcfb72 commit b4b18f4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

arch/parisc/include/asm/bitops.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,6 @@
1212
#include <asm/barrier.h>
1313
#include <linux/atomic.h>
1414

15-
/* compiler build environment sanity checks: */
16-
#if !defined(CONFIG_64BIT) && defined(__LP64__)
17-
#error "Please use 'ARCH=parisc' to build the 32-bit kernel."
18-
#endif
19-
#if defined(CONFIG_64BIT) && !defined(__LP64__)
20-
#error "Please use 'ARCH=parisc64' to build the 64-bit kernel."
21-
#endif
22-
2315
/* See http://marc.theaimsgroup.com/?t=108826637900003 for discussion
2416
* on use of volatile and __*_bit() (set/clear/change):
2517
* *_bit() want use of volatile.

0 commit comments

Comments
 (0)