![]() | |||||||||||||
Messages in this thread
Patch in this message |
On Tue, Nov 30, 2004 at 09:50:45AM -0800, Andrew Morton wrote: > http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.10-rc2/2.6.10-rc2-mm4/ > - Various fixes and cleanups > - A decent-sized x86_64 update. > - x86_64 supports a fourth VM zone: ZONE_DMA32. This may affect memory > reclaim, but shouldn't. > +sys_stime-needs-a-compat-function.patch > +sys_stime-needs-a-compat-function-fix.patch > +sys_stime-needs-a-compat-function-fix-fix.patch > Add compat wrapper for sys_stime(). Clean up (and break) several other > things. One of which is apparently ia64. The following adds the necessary define for ia64 to actually use the compat sys_time() function. and I seem to need a new SAL version again... SGI SAL version 3.40 This kernel needs SGI SAL version >= 4.00 Kernel panic - not syncing: PROM version too old -- wli Index: mm4-2.6.10-rc2/include/asm-ia64/unistd.h =================================================================== --- mm4-2.6.10-rc2.orig/include/asm-ia64/unistd.h 2004-12-09 02:17:11.460765881 -0800 +++ mm4-2.6.10-rc2/include/asm-ia64/unistd.h 2004-12-09 02:51:03.990037857 -0800 @@ -281,6 +281,7 @@ # define __ARCH_WANT_SYS_OLDUMOUNT # define __ARCH_WANT_SYS_SIGPENDING # define __ARCH_WANT_SYS_SIGPROCMASK +# define __ARCH_WANT_COMPAT_SYS_TIME #endif #if !defined(__ASSEMBLY__) && !defined(ASSEMBLER) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ | ||||||||||||
| Last update: 2005-03-22 14:08 [from the cache] ©2003-2008 | |||||||||||||