Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'x86-platform-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 platform update from Thomas Gleixner:
"Remove a stale declaration from the UV platform code"

* tag 'x86-platform-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
x86/platform/uv: Remove unused declaration uv_irq_2_mmr_info()

-1
-1
arch/x86/include/asm/uv/uv_irq.h
··· 31 31 UV_AFFINITY_CPU 32 32 }; 33 33 34 - extern int uv_irq_2_mmr_info(int, unsigned long *, int *); 35 34 extern int uv_setup_irq(char *, int, int, unsigned long, int); 36 35 extern void uv_teardown_irq(unsigned int); 37 36