From: Erik A. <and...@co...> - 2002-10-19 15:32:10
|
On Sat Oct 19, 2002 at 07:15:54AM -0500, M. R. Brown wrote: > > For the curious (or the helpful), my patches for 2.4.20-pre10 > > can be found here: > > http://codepoet.org/dreamcast/ > >=20 >=20 > Thanks! I'll grab your patches and integrate them into both the linuxsh > and linuxdc trees. I've been busy scrambling to get the bitrotten linuxsh > tree up to snuff for 2.5 before the freeze, so I'll probably switch our > experimental linux-sh-dc tree over to 2.5 RSN. Looks like I forgot a small piece... 001-linux-sh_2.4.20-pre10=20 also needs the following, which I forgot to include in my patch (I have now updated the patch on my webpage). --- linux-2.4.19.orig/include/asm-sh/page.h 2001-09-08 13:29:09.000000000 -= 0600 +++ linux/include/asm-sh/page.h 2002-10-19 04:19:45.000000000 -0600 @@ -118,6 +118,9 @@ =20 #endif =20 -#endif /* __KERNEL__ */ +#define VM_DATA_DEFAULT_FLAGS (VM_READ | VM_WRITE | VM_EXEC | \ + VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC) + =20 +#endif /* __KERNEL__ */ #endif /* __ASM_SH_PAGE_H */ -Erik -- Erik B. Andersen http://codepoet-consulting.com/ --This message was written using 73% post-consumer electrons-- |