Skip to content
Snippets Groups Projects
Commit 7d55a5dd authored by James Bottomley's avatar James Bottomley
Browse files

[PARISC] asm: redo generic includes

parent 3d6ee36d
No related merge requests found
Showing
with 4 additions and 77 deletions
include include/asm-generic/Kbuild.asm include include/asm-generic/Kbuild.asm
header-y += pdc.h header-y += pdc.h
generic-y += clkdev.h generic-y += word-at-a-time.h auxvec.h user.h cputime.h emergency-restart.h \
generic-y += word-at-a-time.h segment.h topology.h vga.h device.h percpu.h hw_irq.h mutex.h \
generic-y += exec.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
#ifndef __ASMPARISC_AUXVEC_H
#define __ASMPARISC_AUXVEC_H
#endif
/* Use generic */
#include <asm-generic/compat_signal.h>
#ifndef __PARISC_CPUTIME_H
#define __PARISC_CPUTIME_H
#include <asm-generic/cputime.h>
#endif /* __PARISC_CPUTIME_H */
/*
* Arch specific extensions to struct device
*
* This file is released under the GPLv2
*/
#include <asm-generic/device.h>
#include <asm-generic/div64.h>
#ifndef _ASM_EMERGENCY_RESTART_H
#define _ASM_EMERGENCY_RESTART_H
#include <asm-generic/emergency-restart.h>
#endif /* _ASM_EMERGENCY_RESTART_H */
#ifndef _ASM_HW_IRQ_H
#define _ASM_HW_IRQ_H
/*
* linux/include/asm/hw_irq.h
*/
#endif
#include <asm-generic/irq_regs.h>
#include <asm-generic/kdebug.h>
#include <asm-generic/kvm_para.h>
#include <asm-generic/local.h>
#include <asm-generic/local64.h>
/*
* 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>
#include <asm-generic/param.h>
#ifndef _PARISC_PERCPU_H
#define _PARISC_PERCPU_H
#include <asm-generic/percpu.h>
#endif
#include <asm-generic/poll.h>
#ifndef _PARISC_REAL_H
#define _PARISC_REAL_H
#endif
#ifndef __PARISC_SEGMENT_H
#define __PARISC_SEGMENT_H
/* Only here because we have some old header files that expect it.. */
#endif
#ifndef _ASM_PARISC_TOPOLOGY_H
#define _ASM_PARISC_TOPOLOGY_H
#include <asm-generic/topology.h>
#endif /* _ASM_PARISC_TOPOLOGY_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment