We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39d6ef3 commit 8c15fceCopy full SHA for 8c15fce
arch/arc/mm/tlbex.S
@@ -358,7 +358,7 @@ EV_TLBMissD_fast_ret: ; additional label for VDK OS-kit instrumentation
358
;-------- Common routine to call Linux Page Fault Handler -----------
359
do_slow_path_pf:
360
361
-#ifdef CONFIG_ISA_ARCV2
+#if !defined(CONFIG_ISA_ARCOMPACT)
362
; Set Z flag if exception in U mode. Hardware micro-ops do this on any
363
; taken interrupt/exception, and thus is already the case at the entry
364
; above, but ensuing code would have already clobbered.
0 commit comments