Port-mips archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

playstation2 changes



Since playstation2 has been getting some love recently, here's something
I found while keeping up with building userland.

The following patch seems to be the appropriate way to handle things:

>Index: sys/arch/playstation2/include/intr.h
>===================================================================
>RCS file: /cvsroot/src/sys/arch/playstation2/include/intr.h,v
>retrieving revision 1.12
>diff -u -p -r1.12 intr.h
>--- sys/arch/playstation2/include/intr.h	31 Mar 2014 11:41:01 -0000	1.12
>+++ sys/arch/playstation2/include/intr.h	11 Aug 2023 01:24:41 -0000
>@@ -31,7 +31,7 @@
> 
> #ifndef _PLAYSTATION2_INTR_H_
> #define _PLAYSTATION2_INTR_H_
>-#ifdef _KERNEL
>+#if defined (_KERNEL) || defined (_KMEMUSER)
> 
> #include <mips/intr.h>
> 

-- 
|/"\ John D. Baker, KN5UKS               NetBSD     Darwin/MacOS X
|\ / jdbaker[snail]consolidated[flyspeck]net  OpenBSD            FreeBSD
| X  No HTML/proprietary data in email.   BSD just sits there and works!
|/ \ GPGkeyID:  D703 4A7E 479F 63F8 D3F4  BD99 9572 8F23 E4AD 1645


Home | Main Index | Thread Index | Old Index