mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 14:12:07 +02:00
PPC: Add _GLOBAL_TOC for 32bit
Commit ac5a8ee8 started using _GLOBAL_TOC on ppc32 code. Unfortunately it's only defined for 64bit targets though. Define it for ppc32 as well, fixing the build breakage that commit introduced. Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
341acbb3aa
commit
9715a2e851
|
|
@ -277,6 +277,8 @@ GLUE(.,name):
|
|||
.globl n; \
|
||||
n:
|
||||
|
||||
#define _GLOBAL_TOC(name) _GLOBAL(name)
|
||||
|
||||
#define _KPROBE(n) \
|
||||
.section ".kprobes.text","a"; \
|
||||
.globl n; \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user