Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F164413148
D54838.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
610 B
Referenced Files
None
Subscribers
None
D54838.diff
View Options
diff --git a/sys/arm/arm/machdep.c b/sys/arm/arm/machdep.c
--- a/sys/arm/arm/machdep.c
+++ b/sys/arm/arm/machdep.c
@@ -374,7 +374,7 @@
/*
* Initialize proc0
*/
-void
+static void
init_proc0(vm_offset_t kstack)
{
proc_linkup0(&proc0, &thread0);
diff --git a/sys/arm/include/machdep.h b/sys/arm/include/machdep.h
--- a/sys/arm/include/machdep.h
+++ b/sys/arm/include/machdep.h
@@ -15,7 +15,6 @@
/* misc prototypes used by the many arm machdeps */
struct trapframe;
-void init_proc0(vm_offset_t kstack);
void halt(void);
void abort_handler(struct trapframe *, int );
void set_stackptrs(int cpu);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Aug 1, 5:30 PM (2 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35826981
Default Alt Text
D54838.diff (610 B)
Attached To
Mode
D54838: arm: Make init_proc0 static
Attached
Detach File
Event Timeline
Log In to Comment