s390/facilities: always use lowcore's stfle field for storing facility bits
[deliverable/linux.git] / arch / s390 / kernel / head64.S
index 58b719fa8067a5b7e2ec428c0babc758c6dc0eb4..c5febe84eba633385cd7a8c09bee87e484c2e05c 100644 (file)
@@ -16,7 +16,7 @@
 
 __HEAD
 ENTRY(startup_continue)
-       tm      __LC_STFL_FAC_LIST+6,0x80       # LPP available ?
+       tm      __LC_STFLE_FAC_LIST+6,0x80      # LPP available ?
        jz      0f
        xc      __LC_LPP+1(7,0),__LC_LPP+1      # clear lpp and current_pid
        mvi     __LC_LPP,0x80                   #   and set LPP_MAGIC
This page took 0.025434 seconds and 5 git commands to generate.