Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
7d55a5dd
Commit
7d55a5dd
authored
Sep 28, 2012
by
James Bottomley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PARISC] asm: redo generic includes
Signed-off-by:
James Bottomley
<
JBottomley@Parallels.com
>
parent
3d6ee36d
Changes
23
Hide whitespace changes
Inline
Side-by-side
Showing
23 changed files
with
4 additions
and
89 deletions
+4
-89
arch/parisc/include/asm/Kbuild
arch/parisc/include/asm/Kbuild
+4
-3
arch/parisc/include/asm/auxvec.h
arch/parisc/include/asm/auxvec.h
+0
-4
arch/parisc/include/asm/compat_signal.h
arch/parisc/include/asm/compat_signal.h
+0
-2
arch/parisc/include/asm/cputime.h
arch/parisc/include/asm/cputime.h
+0
-6
arch/parisc/include/asm/device.h
arch/parisc/include/asm/device.h
+0
-7
arch/parisc/include/asm/div64.h
arch/parisc/include/asm/div64.h
+0
-1
arch/parisc/include/asm/emergency-restart.h
arch/parisc/include/asm/emergency-restart.h
+0
-6
arch/parisc/include/asm/hw_irq.h
arch/parisc/include/asm/hw_irq.h
+0
-8
arch/parisc/include/asm/irq_regs.h
arch/parisc/include/asm/irq_regs.h
+0
-1
arch/parisc/include/asm/kdebug.h
arch/parisc/include/asm/kdebug.h
+0
-1
arch/parisc/include/asm/kvm_para.h
arch/parisc/include/asm/kvm_para.h
+0
-1
arch/parisc/include/asm/local.h
arch/parisc/include/asm/local.h
+0
-1
arch/parisc/include/asm/local64.h
arch/parisc/include/asm/local64.h
+0
-1
arch/parisc/include/asm/mutex.h
arch/parisc/include/asm/mutex.h
+0
-9
arch/parisc/include/asm/param.h
arch/parisc/include/asm/param.h
+0
-1
arch/parisc/include/asm/percpu.h
arch/parisc/include/asm/percpu.h
+0
-7
arch/parisc/include/asm/poll.h
arch/parisc/include/asm/poll.h
+0
-1
arch/parisc/include/asm/real.h
arch/parisc/include/asm/real.h
+0
-5
arch/parisc/include/asm/segment.h
arch/parisc/include/asm/segment.h
+0
-6
arch/parisc/include/asm/topology.h
arch/parisc/include/asm/topology.h
+0
-6
arch/parisc/include/asm/user.h
arch/parisc/include/asm/user.h
+0
-5
arch/parisc/include/asm/vga.h
arch/parisc/include/asm/vga.h
+0
-6
arch/parisc/include/asm/xor.h
arch/parisc/include/asm/xor.h
+0
-1
No files found.
arch/parisc/include/asm/Kbuild
View file @
7d55a5dd
include include/asm-generic/Kbuild.asm
header-y += pdc.h
generic-y += clkdev.h
generic-y += word-at-a-time.h
generic-y += exec.h
generic-y += word-at-a-time.h auxvec.h user.h cputime.h emergency-restart.h \
segment.h topology.h vga.h device.h percpu.h hw_irq.h mutex.h \
div64.h irq_regs.h kdebug.h kvm_para.h local64.h local.h param.h \
poll.h xor.h clkdev.h exec.h
arch/parisc/include/asm/auxvec.h
deleted
100644 → 0
View file @
3d6ee36d
#ifndef __ASMPARISC_AUXVEC_H
#define __ASMPARISC_AUXVEC_H
#endif
arch/parisc/include/asm/compat_signal.h
deleted
100644 → 0
View file @
3d6ee36d
/* Use generic */
#include <asm-generic/compat_signal.h>
arch/parisc/include/asm/cputime.h
deleted
100644 → 0
View file @
3d6ee36d
#ifndef __PARISC_CPUTIME_H
#define __PARISC_CPUTIME_H
#include <asm-generic/cputime.h>
#endif
/* __PARISC_CPUTIME_H */
arch/parisc/include/asm/device.h
deleted
100644 → 0
View file @
3d6ee36d
/*
* Arch specific extensions to struct device
*
* This file is released under the GPLv2
*/
#include <asm-generic/device.h>
arch/parisc/include/asm/div64.h
deleted
100644 → 0
View file @
3d6ee36d
#include <asm-generic/div64.h>
arch/parisc/include/asm/emergency-restart.h
deleted
100644 → 0
View file @
3d6ee36d
#ifndef _ASM_EMERGENCY_RESTART_H
#define _ASM_EMERGENCY_RESTART_H
#include <asm-generic/emergency-restart.h>
#endif
/* _ASM_EMERGENCY_RESTART_H */
arch/parisc/include/asm/hw_irq.h
deleted
100644 → 0
View file @
3d6ee36d
#ifndef _ASM_HW_IRQ_H
#define _ASM_HW_IRQ_H
/*
* linux/include/asm/hw_irq.h
*/
#endif
arch/parisc/include/asm/irq_regs.h
deleted
100644 → 0
View file @
3d6ee36d
#include <asm-generic/irq_regs.h>
arch/parisc/include/asm/kdebug.h
deleted
100644 → 0
View file @
3d6ee36d
#include <asm-generic/kdebug.h>
arch/parisc/include/asm/kvm_para.h
deleted
100644 → 0
View file @
3d6ee36d
#include <asm-generic/kvm_para.h>
arch/parisc/include/asm/local.h
deleted
100644 → 0
View file @
3d6ee36d
#include <asm-generic/local.h>
arch/parisc/include/asm/local64.h
deleted
100644 → 0
View file @
3d6ee36d
#include <asm-generic/local64.h>
arch/parisc/include/asm/mutex.h
deleted
100644 → 0
View file @
3d6ee36d
/*
* Pull in the generic implementation for the mutex fastpath.
*
* TODO: implement optimized primitives instead, or leave the generic
* implementation in place, or pick the atomic_xchg() based generic
* implementation. (see asm-generic/mutex-xchg.h for details)
*/
#include <asm-generic/mutex-dec.h>
arch/parisc/include/asm/param.h
deleted
100644 → 0
View file @
3d6ee36d
#include <asm-generic/param.h>
arch/parisc/include/asm/percpu.h
deleted
100644 → 0
View file @
3d6ee36d
#ifndef _PARISC_PERCPU_H
#define _PARISC_PERCPU_H
#include <asm-generic/percpu.h>
#endif
arch/parisc/include/asm/poll.h
deleted
100644 → 0
View file @
3d6ee36d
#include <asm-generic/poll.h>
arch/parisc/include/asm/real.h
deleted
100644 → 0
View file @
3d6ee36d
#ifndef _PARISC_REAL_H
#define _PARISC_REAL_H
#endif
arch/parisc/include/asm/segment.h
deleted
100644 → 0
View file @
3d6ee36d
#ifndef __PARISC_SEGMENT_H
#define __PARISC_SEGMENT_H
/* Only here because we have some old header files that expect it.. */
#endif
arch/parisc/include/asm/topology.h
deleted
100644 → 0
View file @
3d6ee36d
#ifndef _ASM_PARISC_TOPOLOGY_H
#define _ASM_PARISC_TOPOLOGY_H
#include <asm-generic/topology.h>
#endif
/* _ASM_PARISC_TOPOLOGY_H */
arch/parisc/include/asm/user.h
deleted
100644 → 0
View file @
3d6ee36d
/* This file should not exist, but lots of generic code still includes
it. It's a hangover from old a.out days and the traditional core
dump format. We are ELF-only, and so are our core dumps. If we
need to support HP/UX core format then we'll do it here
eventually. */
arch/parisc/include/asm/vga.h
deleted
100644 → 0
View file @
3d6ee36d
#ifndef __ASM_PARISC_VGA_H__
#define __ASM_PARISC_VGA_H__
/* nothing */
#endif
/* __ASM_PARISC_VGA_H__ */
arch/parisc/include/asm/xor.h
deleted
100644 → 0
View file @
3d6ee36d
#include <asm-generic/xor.h>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment