Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156701890
D17781.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
860 B
Referenced Files
None
Subscribers
None
D17781.diff
View Options
Index: head/sys/riscv/riscv/intr_machdep.c
===================================================================
--- head/sys/riscv/riscv/intr_machdep.c
+++ head/sys/riscv/riscv/intr_machdep.c
@@ -202,7 +202,7 @@
static void
ipi_send(struct pcpu *pc, int ipi)
{
- uintptr_t mask;
+ u_long mask;
CTR3(KTR_SMP, "%s: cpu=%d, ipi=%x", __func__, pc->pc_cpuid, ipi);
@@ -242,7 +242,7 @@
ipi_selected(cpuset_t cpus, u_int ipi)
{
struct pcpu *pc;
- uintptr_t mask;
+ u_long mask;
CTR1(KTR_SMP, "ipi_selected: ipi: %x", ipi);
Index: head/sys/riscv/riscv/mp_machdep.c
===================================================================
--- head/sys/riscv/riscv/mp_machdep.c
+++ head/sys/riscv/riscv/mp_machdep.c
@@ -181,7 +181,7 @@
static void
release_aps(void *dummy __unused)
{
- uintptr_t mask;
+ u_long mask;
int cpu, i;
if (mp_ncpus == 1)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, May 16, 7:00 PM (15 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33146201
Default Alt Text
D17781.diff (860 B)
Attached To
Mode
D17781: SBI calls expect a pointer to a u_long rather than a pointer.
Attached
Detach File
Event Timeline
Log In to Comment