| Submitter | Ike Panhc |
|---|---|
| Date | May 17, 2012, 6:45 a.m. |
| Message ID | <1337237148-3674-1-git-send-email-ike.pan@canonical.com> |
| Download | mbox | patch |
| Permalink | /patch/159831/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/arch/arm/include/asm/unified.h b/arch/arm/include/asm/unified.h index bc63116..f5989f4 100644 --- a/arch/arm/include/asm/unified.h +++ b/arch/arm/include/asm/unified.h @@ -37,8 +37,8 @@ #define THUMB(x...) x #ifdef __ASSEMBLY__ #define W(instr) instr.w -#endif #define BSYM(sym) sym + 1 +#endif #else /* !CONFIG_THUMB2_KERNEL */ @@ -49,8 +49,8 @@ #define THUMB(x...) #ifdef __ASSEMBLY__ #define W(instr) instr -#endif #define BSYM(sym) sym +#endif #endif /* CONFIG_THUMB2_KERNEL */