fixup comments to reflect that softclock no longer gets a frame ptr
authorChris Torek <torek@ucbvax.Berkeley.EDU>
Wed, 8 Jul 1992 16:05:53 +0000 (08:05 -0800)
committerChris Torek <torek@ucbvax.Berkeley.EDU>
Wed, 8 Jul 1992 16:05:53 +0000 (08:05 -0800)
SCCS-vsn: sys/hp300/include/cpu.h 7.12

usr/src/sys/hp300/include/cpu.h

index d71a089..86f4322 100644 (file)
@@ -11,7 +11,7 @@
  *
  * from: Utah $Hdr: cpu.h 1.16 91/03/25$
  *
  *
  * from: Utah $Hdr: cpu.h 1.16 91/03/25$
  *
- *     @(#)cpu.h       7.11 (Berkeley) %G%
+ *     @(#)cpu.h       7.12 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
        (p)->p_md.md_regs[SP] = ap
 
 /*
        (p)->p_md.md_regs[SP] = ap
 
 /*
- * Arguments to hardclock, softclock and gatherstats encapsulate the
- * previous machine state in an opaque clockframe.  One the hp300, we
- * use what the hardware pushes on an interrupt (but we pad the sr to
- * longword boundary).
+ * Arguments to hardclock and gatherstats encapsulate the previous
+ * machine state in an opaque clockframe.  One the hp300, we use
+ * what the hardware pushes on an interrupt (but we pad the sr to a
+ * longword boundary).
  */
 struct clockframe {
        u_short pad;            /* pad to get stack aligned */
  */
 struct clockframe {
        u_short pad;            /* pad to get stack aligned */