diff options
| author | Patrick Williams <iawillia@us.ibm.com> | 2010-06-28 14:07:53 -0500 |
|---|---|---|
| committer | Patrick Williams <iawillia@us.ibm.com> | 2010-06-28 14:07:53 -0500 |
| commit | 493f4e35ab698fa90870e4317d00f26cb095bf4f (patch) | |
| tree | fc7a93b2527e5dbcdbb5c9eec378e380e49c371e /src/kernel/start.S | |
| parent | 81e52156a0bd31c044c64ffb5b893a4b4aa6d72d (diff) | |
| download | talos-hostboot-493f4e35ab698fa90870e4317d00f26cb095bf4f.tar.gz talos-hostboot-493f4e35ab698fa90870e4317d00f26cb095bf4f.zip | |
Change 0x17C to 'attn' instruction.
Diffstat (limited to 'src/kernel/start.S')
| -rw-r--r-- | src/kernel/start.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/start.S b/src/kernel/start.S index 1aea31024..3754f5d3d 100644 --- a/src/kernel/start.S +++ b/src/kernel/start.S @@ -98,7 +98,7 @@ intvect_system_reset: .org _start + 0x17C hbi_pre_phyp_breakpoint: - trap; /* TODO: Add actual breakpoint attention. */ + attn; /* TODO: Add actual breakpoint attention. */ b _start UNIMPL_INTERRUPT(machine_check, 0x200) |

