diff options
Diffstat (limited to 'arch/x86/boot/header.S')
-rw-r--r-- | arch/x86/boot/header.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/boot/header.S b/arch/x86/boot/header.S index 5d84d1c74e4c..486d97fa7f4d 100644 --- a/arch/x86/boot/header.S +++ b/arch/x86/boot/header.S | |||
@@ -221,7 +221,7 @@ setup_data: .quad 0 # 64-bit physical pointer to | |||
221 | 221 | ||
222 | # End of setup header ##################################################### | 222 | # End of setup header ##################################################### |
223 | 223 | ||
224 | .section ".inittext", "ax" | 224 | .section ".entrytext", "ax" |
225 | start_of_setup: | 225 | start_of_setup: |
226 | #ifdef SAFE_RESET_DISK_CONTROLLER | 226 | #ifdef SAFE_RESET_DISK_CONTROLLER |
227 | # Reset the disk controller. | 227 | # Reset the disk controller. |