x86: Fixup asm-offsets duplicate
authorPeter Zijlstra (Intel) <peterz@infradead.org>
Mon, 17 Oct 2022 14:41:06 +0000 (16:41 +0200)
committerPeter Zijlstra <peterz@infradead.org>
Mon, 17 Oct 2022 14:41:06 +0000 (16:41 +0200)
commit5b71ac8a2a3185da34a6556e791b533b48183a41
tree79797c0e775ba521b9bfc2d14c4605878687e297
parent7fcecafebed90d03f35bec6e147fc0b5f6e1bc71
x86: Fixup asm-offsets duplicate

It turns out that 'stack_canary_offset' is a variable name; shadowing
that with a #define is ripe of fail when the asm-offsets.h header gets
included. Rename the thing.

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
arch/x86/entry/entry_64.S
arch/x86/kernel/asm-offsets_64.c