git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65a4da9
)
microblaze: Fix typo in exception.c
author
Michal Simek
<michal.simek@amd.com>
Fri, 24 Jun 2022 12:14:59 +0000
(14:14 +0200)
committer
Michal Simek
<michal.simek@amd.com>
Fri, 24 Jun 2022 12:14:59 +0000
(14:14 +0200)
Trivial fix.
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link:
https://lore.kernel.org/r/c4ede6dc738c5bd7c518f3bb2c9410b15c102e20.1655299267.git.michal.simek@amd.com
arch/microblaze/cpu/exception.c
patch
|
blob
|
history
diff --git
a/arch/microblaze/cpu/exception.c
b/arch/microblaze/cpu/exception.c
index
d3640d3
..
9414776
100644
(file)
--- a/
arch/microblaze/cpu/exception.c
+++ b/
arch/microblaze/cpu/exception.c
@@
-16,7
+16,7
@@
void _hw_exception_handler (void)
/* loading address of exception EAR */
MFS(address, rear);
- /* loading exce
tp
ion state register ESR */
+ /* loading exce
pt
ion state register ESR */
MFS(state, resr);
printf("Hardware exception at 0x%x address\n", address);
R17(address);