Re: [uClinux-dev] [PATCH] NOMMU: Fix SYSV IPC SHM

2007-07-27 Thread David Howells
Allen Yang [EMAIL PROTECTED] wrote: Does this patch fix the problem I mentioned in my previous emails uClinux supports shared memory IPC? No. This fixes a bug introduced by the recent fault handler revision patches from Nick Piggin. David ___

[uClinux-dev] [PATCH] NOMMU: Fix SYSV IPC SHM

2007-07-26 Thread David Howells
From: David Howells [EMAIL PROTECTED] Fix the SYSV IPC SHM to work with the changes applied by the new fault handler patches when CONFIG_MMU=n. Signed-off-by: David Howells [EMAIL PROTECTED] --- fs/ramfs/file-nommu.c |7 ++- ipc/shm.c |2 ++ 2 files changed, 8