summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib/linux_start.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/lib/linux_start.S')
-rw-r--r--arch/x86/lib/linux_start.S3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/lib/linux_start.S b/arch/x86/lib/linux_start.S
index f74e4e9c47..b9489b8e50 100644
--- a/arch/x86/lib/linux_start.S
+++ b/arch/x86/lib/linux_start.S
@@ -30,7 +30,6 @@
* void bios_start_linux(unsigned segment)
*
*/
-#ifndef DOXYGEN_SHOULD_SKIP_THIS
.section .boot.text.bios_start_linux, "ax"
.code32
@@ -67,5 +66,3 @@ setup_seg:
.word 0
.code32
-
-#endif