Am 30.01.2012 20:32, schrieb Al Viro:
> On Mon, Jan 30, 2012 at 07:25:52PM +, Al Viro wrote:
>
>> While we are at it, param.h and pci.h appear to be candidates for the
>> same treatment, along with delay.h and auxvec.h. mutex.h as well...
>> BTW, we probably can kill arch/um/include/asm/asm-of
On Mon, Jan 30, 2012 at 07:25:52PM +, Al Viro wrote:
> While we are at it, param.h and pci.h appear to be candidates for the
> same treatment, along with delay.h and auxvec.h. mutex.h as well...
> BTW, we probably can kill arch/um/include/asm/asm-offsets.h - everything
> in there is using gen
On Mon, Jan 30, 2012 at 06:23:33PM +, Al Viro wrote:
> On Wed, Jan 25, 2012 at 06:23:53PM +0100, Richard Weinberger wrote:
> > There is no need to implement our own basic io functions.
> > All we need exists already in asm-generic/io.h
>
> Then just do
>
> git rm arch/um/include/asm/io.h
> ec
Am 30.01.2012 19:23, schrieb Al Viro:
> On Wed, Jan 25, 2012 at 06:23:53PM +0100, Richard Weinberger wrote:
>> There is no need to implement our own basic io functions.
>> All we need exists already in asm-generic/io.h
>
> Then just do
>
> git rm arch/um/include/asm/io.h
> echo 'generic-y += io.h'>
On Wed, Jan 25, 2012 at 06:23:53PM +0100, Richard Weinberger wrote:
> There is no need to implement our own basic io functions.
> All we need exists already in asm-generic/io.h
Then just do
git rm arch/um/include/asm/io.h
echo 'generic-y += io.h' >>arch/um/include/asm/Kbuild
git add arch/um/inclu