Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
a1aca5de
Commit
a1aca5de
authored
Oct 15, 2008
by
Ingo Molnar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
genirq: remove artifacts from sparseirq removal
Signed-off-by:
Ingo Molnar
<
mingo@elte.hu
>
parent
d6c88a50
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
1 addition
and
7 deletions
+1
-7
arch/Kconfig
arch/Kconfig
+1
-0
arch/x86/kernel/acpi/boot.c
arch/x86/kernel/acpi/boot.c
+0
-1
arch/x86/kernel/irqinit_32.c
arch/x86/kernel/irqinit_32.c
+0
-1
arch/x86/kernel/vmlinux_64.lds.S
arch/x86/kernel/vmlinux_64.lds.S
+0
-1
arch/x86/mm/init_32.c
arch/x86/mm/init_32.c
+0
-3
include/linux/init.h
include/linux/init.h
+0
-1
No files found.
arch/Kconfig
View file @
a1aca5de
...
...
@@ -102,3 +102,4 @@ config HAVE_CLK
help
The <linux/clk.h> calls support software clock gating and
thus are a key power management tool on many systems.
arch/x86/kernel/acpi/boot.c
View file @
a1aca5de
...
...
@@ -1254,7 +1254,6 @@ static int __init acpi_parse_madt_ioapic_entries(void)
return
count
;
}
count
=
acpi_table_parse_madt
(
ACPI_MADT_TYPE_INTERRUPT_OVERRIDE
,
acpi_parse_int_src_ovr
,
nr_irqs
);
...
...
arch/x86/kernel/irqinit_32.c
View file @
a1aca5de
...
...
@@ -184,4 +184,3 @@ void __init native_init_IRQ(void)
irq_ctx_init
(
smp_processor_id
());
}
arch/x86/kernel/vmlinux_64.lds.S
View file @
a1aca5de
...
...
@@ -173,7 +173,6 @@ SECTIONS
*(.
x86_cpu_dev
.
init
)
}
__x86_cpu_dev_end
=
.
;
SECURITY_INIT
.
=
ALIGN
(
8
)
;
...
...
arch/x86/mm/init_32.c
View file @
a1aca5de
...
...
@@ -66,7 +66,6 @@ static unsigned long __meminitdata table_end;
static
unsigned
long
__meminitdata
table_top
;
static
int
__initdata
after_init_bootmem
;
int
after_bootmem
;
static
__init
void
*
alloc_low_page
(
unsigned
long
*
phys
)
{
...
...
@@ -989,8 +988,6 @@ void __init mem_init(void)
set_highmem_pages_init
();
after_bootmem
=
1
;
codesize
=
(
unsigned
long
)
&
_etext
-
(
unsigned
long
)
&
_text
;
datasize
=
(
unsigned
long
)
&
_edata
-
(
unsigned
long
)
&
_etext
;
initsize
=
(
unsigned
long
)
&
__init_end
-
(
unsigned
long
)
&
__init_begin
;
...
...
include/linux/init.h
View file @
a1aca5de
...
...
@@ -246,7 +246,6 @@ struct obs_kernel_param {
/* Relies on boot_command_line being set */
void
__init
parse_early_param
(
void
);
#endif
/* __ASSEMBLY__ */
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment