mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
powerpc booke cpu_machine_check: Remove unused variable.
Reviewed by: jhibbits Differential Revision: https://reviews.freebsd.org/D34902
This commit is contained in:
parent
6f568b14cb
commit
ff1de4e02e
1 changed files with 0 additions and 3 deletions
|
|
@ -134,9 +134,6 @@ booke_disable_l2_cache(void)
|
|||
int
|
||||
cpu_machine_check(struct thread *td, struct trapframe *frame, int *ucode)
|
||||
{
|
||||
register_t mcsr;
|
||||
|
||||
mcsr = mfspr(SPR_MCSR);
|
||||
|
||||
*ucode = BUS_OBJERR;
|
||||
return (SIGBUS);
|
||||
|
|
|
|||
Loading…
Reference in a new issue