Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F165663923
D20497.id58443.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
656 B
Referenced Files
None
Subscribers
None
D20497.id58443.diff
View Options
Index: head/sys/riscv/riscv/machdep.c
===================================================================
--- head/sys/riscv/riscv/machdep.c
+++ head/sys/riscv/riscv/machdep.c
@@ -62,6 +62,7 @@
#include <sys/syscallsubr.h>
#include <sys/sysent.h>
#include <sys/sysproto.h>
+#include <sys/tslog.h>
#include <sys/ucontext.h>
#include <vm/vm.h>
@@ -816,6 +817,8 @@
caddr_t kmdp;
int i;
+ TSRAW(&thread0, TS_ENTER, __func__, NULL);
+
/* Set the pcpu data, this is needed by pmap_bootstrap */
pcpup = &__pcpu[0];
pcpu_init(pcpup, 0, sizeof(struct pcpu));
@@ -888,6 +891,8 @@
kdb_init();
early_boot = 0;
+
+ TSEXIT();
}
#undef bzero
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Aug 10, 2:10 AM (9 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36395245
Default Alt Text
D20497.id58443.diff (656 B)
Attached To
Mode
D20497: Add TSLOG events to initriscv()
Attached
Detach File
Event Timeline
Log In to Comment