mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
11 lines
414 B
Diff
11 lines
414 B
Diff
|
--- a/arch/arm/include/asm/bug.h 2012-01-24 10:59:16.409246418 -0500
|
||
|
+++ b/arch/arm/include/asm/bug.h 2012-01-24 11:05:51.469890532 -0500
|
||
|
@@ -32,7 +32,6 @@
|
||
|
|
||
|
#define __BUG(__file, __line, __value) \
|
||
|
do { \
|
||
|
- BUILD_BUG_ON(sizeof(struct bug_entry) != 12); \
|
||
|
asm volatile("1:\t" BUG_INSTR_TYPE #__value "\n" \
|
||
|
".pushsection .rodata.str, \"aMS\", %progbits, 1\n" \
|
||
|
"2:\t.asciz " #__file "\n" \
|