Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151660502
D26702.id77961.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D26702.id77961.diff
View Options
Index: head/sys/kern/kern_shutdown.c
===================================================================
--- head/sys/kern/kern_shutdown.c
+++ head/sys/kern/kern_shutdown.c
@@ -668,7 +668,6 @@
spinlock_enter();
#endif
- /* cpu_boot(howto); */ /* doesn't do anything at the moment */
cpu_reset();
/* NOTREACHED */ /* assuming reset worked */
}
Index: head/sys/sys/systm.h
===================================================================
--- head/sys/sys/systm.h
+++ head/sys/sys/systm.h
@@ -268,7 +268,6 @@
int flags);
void g_waitidle(void);
-void cpu_boot(int);
void cpu_flush_dcache(void *, size_t);
void cpu_rootconf(void);
void critical_enter_KBI(void);
Index: head/sys/x86/x86/cpu_machdep.c
===================================================================
--- head/sys/x86/x86/cpu_machdep.c
+++ head/sys/x86/x86/cpu_machdep.c
@@ -194,17 +194,6 @@
"Can not reliably wake MONITOR/MWAIT cpus without interrupts");
/*
- * Machine dependent boot() routine
- *
- * I haven't seen anything to put here yet
- * Possibly some stuff might be grafted back here from boot()
- */
-void
-cpu_boot(int howto)
-{
-}
-
-/*
* Flush the D-cache for non-DMA I/O so that the I-cache can
* be made coherent later.
*/
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 10, 8:28 PM (6 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31243717
Default Alt Text
D26702.id77961.diff (1 KB)
Attached To
Mode
D26702: Remove unused function cpu_boot()
Attached
Detach File
Event Timeline
Log In to Comment