diff options
Diffstat (limited to 'sys/powerpc/include/proc.h')
-rw-r--r-- | sys/powerpc/include/proc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/powerpc/include/proc.h b/sys/powerpc/include/proc.h index 370a9b2..21b9b32 100644 --- a/sys/powerpc/include/proc.h +++ b/sys/powerpc/include/proc.h @@ -38,5 +38,4 @@ * Machine-dependent part of the proc structure */ struct mdproc { - int md_regs[32]; }; |