summaryrefslogtreecommitdiff
path: root/include/linux/timerqueue.h
diff options
context:
space:
mode:
authorBernhard Walle <bwalle@suse.de>2008-06-21 19:01:02 +0200
committerLinus Torvalds <torvalds@linux-foundation.org>2008-06-21 11:25:10 -0700
commit71c2742f5e6348d76ee62085cf0a13e5eff0f00e (patch)
tree44020f575319903e3ef18665baec360b6ea1c98d /include/linux/timerqueue.h
parenta19214430d27a3af6f1672ec26f3c893ef899ede (diff)
downloadkernel-71c2742f5e6348d76ee62085cf0a13e5eff0f00e.tar.gz
Add return value to reserve_bootmem_node()
This patch changes the function reserve_bootmem_node() from void to int, returning -ENOMEM if the allocation fails. This fixes a build problem on x86 with CONFIG_KEXEC=y and CONFIG_NEED_MULTIPLE_NODES=y Signed-off-by: Bernhard Walle <bwalle@suse.de> Reported-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/timerqueue.h')
0 files changed, 0 insertions, 0 deletions
rch/x86/kernel/shstk.c?h=linux-6.12.y&id=05e36022c0543ba55a3de55af455b00cb3eb4fcc'>x86/shstk: Handle signals for shadow stackRick Edgecombe 2023-08-02x86/shstk: Introduce routines modifying shstkRick Edgecombe 2023-08-02x86/shstk: Handle thread shadow stackRick Edgecombe 2023-08-02x86/shstk: Add user-mode shadow stack supportRick Edgecombe 2023-08-02x86: Introduce userspace API for shadow stackRick Edgecombe