Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146909812
D48024.1781507539.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
686 B
Referenced Files
None
Subscribers
None
D48024.1781507539.diff
View Options
diff --git a/sys/conf/options b/sys/conf/options
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -733,6 +733,7 @@
DEV_PFSYNC opt_pf.h
DEV_SPLASH opt_splash.h
DEV_VLAN opt_vlan.h
+DEV_XENTIMER opt_global.h
# bce driver
BCE_DEBUG opt_bce.h
diff --git a/sys/x86/xen/pv.c b/sys/x86/xen/pv.c
--- a/sys/x86/xen/pv.c
+++ b/sys/x86/xen/pv.c
@@ -107,7 +107,9 @@
/*-------------------------------- Global Data -------------------------------*/
struct init_ops xen_pvh_init_ops = {
.parse_preload_data = xen_pvh_parse_preload_data,
+#ifdef DEV_XENTIMER
.early_clock_source_init = xen_clock_init,
+#endif
.early_delay = xen_delay,
.parse_memmap = pvh_parse_memmap,
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jun 15, 7:12 AM (8 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28903314
Default Alt Text
D48024.1781507539.diff (686 B)
Attached To
Mode
D48024: Add DEV_XENTIMER option
Attached
Detach File
Event Timeline
Log In to Comment