mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-22 21:22:21 +00:00
On SMP, setup_kup() is also called from start_secondary().
start_secondary() is not an __init function.
Remove the __init marker from setup_kuep() and setup_kuap().
Fixes:
|
||
|---|---|---|
| .. | ||
| hash_low.S | ||
| kuap.c | ||
| kuep.c | ||
| Makefile | ||
| mmu_context.c | ||
| mmu.c | ||
| nohash_low.S | ||
| tlb.c | ||