Commit b3541fbc authored by Takuya Yamamoto's avatar Takuya Yamamoto Committed by Thomas Gleixner
parent 7904ba8a
...@@ -230,7 +230,7 @@ void __init early_fixup_exception(struct pt_regs *regs, int trapnr) ...@@ -230,7 +230,7 @@ void __init early_fixup_exception(struct pt_regs *regs, int trapnr)
* result in a hard-to-debug panic. * result in a hard-to-debug panic.
* *
* Keep in mind that not all vectors actually get here. Early * Keep in mind that not all vectors actually get here. Early
* fage faults, for example, are special. * page faults, for example, are special.
*/ */
if (fixup_exception(regs, trapnr)) if (fixup_exception(regs, trapnr))
return; return;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment