+4
−0
arch/arm64/include/asm/bug.h
0 → 100644
+50
−0
+19
−2
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Arch specific bug.h is required to get the complete register
dump on a BUG invocation. For this feature to work completely
including the information for file and line, we need to add
CONFIG_GENERIC_BUG to arm64 and provide the dependent APIs.
Change-Id: I0f894bcb182fd3a5d32c7e11391a4977e59d18ec
Signed-off-by:
Rohit Vaswani <rvaswani@codeaurora.org>