Re: [PATCH] i386 : Make arch/x86/kernel/acpi/wakeup_32.S use a separate text section

2008-01-15 Thread Pavel Machek
On Thu 2008-01-03 21:04:26, Eric Dumazet wrote: > While examining vmlinux namelist on i386 (nm -v vmlinux) I noticed : > > c01021d0 t es7000_rename_gsi > c010221a T es7000_start_cpu > > c0103000 T thread_saved_pc > > and > > c0113218 T acpi_restore_state_mem > c0113219 T acpi_save_state_mem >

Re: [PATCH] i386 : Make arch/x86/kernel/acpi/wakeup_32.S use a separate text section

2008-01-15 Thread Pavel Machek
On Thu 2008-01-03 21:04:26, Eric Dumazet wrote: While examining vmlinux namelist on i386 (nm -v vmlinux) I noticed : c01021d0 t es7000_rename_gsi c010221a T es7000_start_cpu Big Hole c0103000 T thread_saved_pc and c0113218 T acpi_restore_state_mem c0113219 T acpi_save_state_mem Big

Re: [PATCH] i386 : Make arch/x86/kernel/acpi/wakeup_32.S use a separate text section

2008-01-08 Thread Matt Mackall
On Sat, 2008-01-05 at 16:11 +0100, Ingo Molnar wrote: > * Eric Dumazet <[EMAIL PROTECTED]> wrote: > > > # size vmlinux.before vmlinux.after > >textdata bss dec hex filename > > 4619942 422838 458752 5501532 53f25c vmlinux.before > > 4610534 422838 458752 5492124 53cd9c

Re: [PATCH] i386 : Make arch/x86/kernel/acpi/wakeup_32.S use a separate text section

2008-01-08 Thread Matt Mackall
On Sat, 2008-01-05 at 16:11 +0100, Ingo Molnar wrote: * Eric Dumazet [EMAIL PROTECTED] wrote: # size vmlinux.before vmlinux.after textdata bss dec hex filename 4619942 422838 458752 5501532 53f25c vmlinux.before 4610534 422838 458752 5492124 53cd9c

Re: [PATCH] i386 : Make arch/x86/kernel/acpi/wakeup_32.S use a separate text section

2008-01-05 Thread Ingo Molnar
* Eric Dumazet <[EMAIL PROTECTED]> wrote: > # size vmlinux.before vmlinux.after >textdata bss dec hex filename > 4619942 422838 458752 5501532 53f25c vmlinux.before > 4610534 422838 458752 5492124 53cd9c vmlinux.after > > This saves 9408 bytes that's nice! Applied it

Re: [PATCH] i386 : Make arch/x86/kernel/acpi/wakeup_32.S use a separate text section

2008-01-05 Thread Ingo Molnar
* Eric Dumazet [EMAIL PROTECTED] wrote: # size vmlinux.before vmlinux.after textdata bss dec hex filename 4619942 422838 458752 5501532 53f25c vmlinux.before 4610534 422838 458752 5492124 53cd9c vmlinux.after This saves 9408 bytes that's nice! Applied it to

[PATCH] i386 : Make arch/x86/kernel/acpi/wakeup_32.S use a separate text section

2008-01-03 Thread Eric Dumazet
While examining vmlinux namelist on i386 (nm -v vmlinux) I noticed : c01021d0 t es7000_rename_gsi c010221a T es7000_start_cpu c0103000 T thread_saved_pc and c0113218 T acpi_restore_state_mem c0113219 T acpi_save_state_mem c0114000 t wakeup_code This is because

[PATCH] i386 : Make arch/x86/kernel/acpi/wakeup_32.S use a separate text section

2008-01-03 Thread Eric Dumazet
While examining vmlinux namelist on i386 (nm -v vmlinux) I noticed : c01021d0 t es7000_rename_gsi c010221a T es7000_start_cpu Big Hole c0103000 T thread_saved_pc and c0113218 T acpi_restore_state_mem c0113219 T acpi_save_state_mem Big Hole c0114000 t wakeup_code This is because