Upgrade to 4.4.50-rt62
[kvmfornfv.git] / kernel / arch / x86 / boot / compressed / head_64.S
index b0c0d16..86558a1 100644 (file)
 #include <asm/asm-offsets.h>
 #include <asm/bootparam.h>
 
+/*
+ * Locally defined symbols should be marked hidden:
+ */
+       .hidden _bss
+       .hidden _ebss
+       .hidden _got
+       .hidden _egot
+
        __HEAD
        .code32
 ENTRY(startup_32)