sched: move test_sd_parent() to an SMP section of sched.h
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / x86 / boot / compressed / vmlinux.scr
blobf02382ae5c48b1cd319a4cb1e755fa060f03cfdc
1 SECTIONS
3   .rodata.compressed : {
4         input_len = .;
5         LONG(input_data_end - input_data) input_data = .;
6         *(.data)
7         output_len = . - 4;
8         input_data_end = .;
9         }