Module Name: src
Committed By: christos
Date: Wed Oct 27 18:20:23 UTC 2021
Modified Files:
src/sys/arch/powerpc/include: pcb.h
Log Message:
Need frame.h
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/powerpc/include/pcb.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/powerpc/include/pcb.h
diff -u src/sys/arch/powerpc/include/pcb.h:1.22 src/sys/arch/powerpc/include/pcb.h:1.23
--- src/sys/arch/powerpc/include/pcb.h:1.22 Mon Jan 17 20:02:54 2011
+++ src/sys/arch/powerpc/include/pcb.h Wed Oct 27 14:20:23 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: pcb.h,v 1.22 2011/01/18 01:02:54 matt Exp $ */
+/* $NetBSD: pcb.h,v 1.23 2021/10/27 18:20:23 christos Exp $ */
/*-
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -34,6 +34,7 @@
#define _POWERPC_PCB_H_
#include <powerpc/reg.h>
+#include <powerpc/frame.h>
struct faultbuf {
register_t fb_sp; /* R1 */