Re: [PATCH] [2.6.24] Add PPC nvram ioctls to compat_ioctl

2008-01-01 Thread Arnd Bergmann
On Monday 31 December 2007, Olof Johansson wrote: > Fix the following console warning when running 'nvsetenv', and makes > setting of new variables work again: > > ioctl32(nvsetenv:4022): Unknown cmd fd(3) cmd(20007043){t:'p';sz:0} > arg(0003) on /dev/nvram > > That's the IOC_NVRAM_SYNC call.

[PATCH] [2.6.24] Add PPC nvram ioctls to compat_ioctl

2007-12-31 Thread Olof Johansson
Fix the following console warning when running 'nvsetenv', and makes setting of new variables work again: ioctl32(nvsetenv:4022): Unknown cmd fd(3) cmd(20007043){t:'p';sz:0} arg(0003) on /dev/nvram That's the IOC_NVRAM_SYNC call. Signed-off-by: Olof Johansson <[EMAIL PROTECTED]> diff --git