Skip to content

Commit 22054fb

Browse files
committed
Merge tag 'parisc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6
Pull PARISC changes from James Bottomley: "This is a couple of high code motion patches (all within arch/parisc) I'd like to apply at -rc1 to avoid conflicts with anything else. One moves us on to the generated instead of included asm file model and the other is a pull request from David Howells for UAPI disintegration. Signed-off-by: James Bottomley <[email protected]>" * tag 'parisc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6: UAPI: (Scripted) Disintegrate arch/parisc/include/asm [PARISC] asm: redo generic includes
2 parents ea26d0c + 6238559 commit 22054fb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+1511
-1542
lines changed

arch/parisc/include/asm/Kbuild

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
include include/asm-generic/Kbuild.asm
21

3-
header-y += pdc.h
4-
generic-y += clkdev.h
5-
generic-y += word-at-a-time.h
6-
generic-y += exec.h
2+
generic-y += word-at-a-time.h auxvec.h user.h cputime.h emergency-restart.h \
3+
segment.h topology.h vga.h device.h percpu.h hw_irq.h mutex.h \
4+
div64.h irq_regs.h kdebug.h kvm_para.h local64.h local.h param.h \
5+
poll.h xor.h clkdev.h exec.h

arch/parisc/include/asm/auxvec.h

Lines changed: 0 additions & 4 deletions
This file was deleted.

arch/parisc/include/asm/compat_signal.h

Lines changed: 0 additions & 2 deletions
This file was deleted.

arch/parisc/include/asm/cputime.h

Lines changed: 0 additions & 6 deletions
This file was deleted.

arch/parisc/include/asm/device.h

Lines changed: 0 additions & 7 deletions
This file was deleted.

arch/parisc/include/asm/div64.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

arch/parisc/include/asm/emergency-restart.h

Lines changed: 0 additions & 6 deletions
This file was deleted.

arch/parisc/include/asm/hw_irq.h

Lines changed: 0 additions & 8 deletions
This file was deleted.

arch/parisc/include/asm/irq_regs.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

arch/parisc/include/asm/kdebug.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)