Skip to content
Commit a4c3f909 authored by Balbir Singh's avatar Balbir Singh Committed by Michael Ellerman
Browse files

powerpc: Fix BUG_ON() reporting in real mode



I ran into this issue while debugging an early boot problem. The system
hit a BUG_ON() but report bug failed to print the line number and file
name. The reason being that the system was running in real mode and
report_bug() searches for addresses in the PAGE_OFFSET+ region.

Suggested-by: default avatarPaul Mackerras <paulus@samba.org>
Signed-off-by: default avatarBalbir Singh <bsingharora@gmail.com>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 10d8b148
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment