You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[PATCH] x86_64: Some cleanup in setup64.c
Minor cleanup. Move things into their include files, remove obsolete includes, fix indentation, remove obsolete special cases etc. I also added the per cpu section to asm-generic/sections.h and fixed init/main.c to use it. Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
de04f3220b
commit
a940199f20
@@ -75,6 +75,7 @@ struct desc_ptr {
|
||||
*/
|
||||
extern struct desc_struct default_ldt[];
|
||||
extern struct gate_struct idt_table[];
|
||||
extern struct desc_ptr cpu_gdt_descr[];
|
||||
|
||||
static inline void _set_gate(void *adr, unsigned type, unsigned long func, unsigned dpl, unsigned ist)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user