summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/proc.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-06-29 11:10:41 +0000
committerjhb <jhb@FreeBSD.org>2001-06-29 11:10:41 +0000
commitd82893e6762433665a192f6ffe2dad2a1a6c0678 (patch)
treecb74fd6ffd13686b7602fd19e3756d344a7b64e2 /sys/powerpc/include/proc.h
parent11807e464b0264daf76c2429a84420f80a6605d1 (diff)
downloadFreeBSD-src-d82893e6762433665a192f6ffe2dad2a1a6c0678.zip
FreeBSD-src-d82893e6762433665a192f6ffe2dad2a1a6c0678.tar.gz
Add a new MI pointer to the process' trapframe p_frame instead of using
various differently named pointers buried under p_md. Reviewed by: jake (in principle)
Diffstat (limited to 'sys/powerpc/include/proc.h')
-rw-r--r--sys/powerpc/include/proc.h1
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];
};
OpenPOWER on IntegriCloud