You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6
* 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6: [IA64] Convert ia64 to use int-ll64.h [IA64] Fix build error in paravirt_patchlist.c [IA64] ia64 does not need umount2() syscall [IA64] hook up new rt_tgsigqueueinfo syscall [IA64] msi_ia64.c dmar_msi_type should be static [IA64] remove obsolete hw_interrupt_type [IA64] remove obsolete irq_desc_t typedef [IA64] remove obsolete no_irq_type [IA64] unexport fpswa.h
This commit is contained in:
@@ -1787,7 +1787,7 @@ static struct ioc_iommu ioc_iommu_info[] __initdata = {
|
||||
};
|
||||
|
||||
static struct ioc * __init
|
||||
ioc_init(u64 hpa, void *handle)
|
||||
ioc_init(unsigned long hpa, void *handle)
|
||||
{
|
||||
struct ioc *ioc;
|
||||
struct ioc_iommu *info;
|
||||
|
||||
@@ -27,7 +27,7 @@ hpsim_set_affinity_noop(unsigned int a, const struct cpumask *b)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static struct hw_interrupt_type irq_type_hp_sim = {
|
||||
static struct irq_chip irq_type_hp_sim = {
|
||||
.name = "hpsim",
|
||||
.startup = hpsim_irq_startup,
|
||||
.shutdown = hpsim_irq_noop,
|
||||
@@ -41,12 +41,12 @@ static struct hw_interrupt_type irq_type_hp_sim = {
|
||||
void __init
|
||||
hpsim_irq_init (void)
|
||||
{
|
||||
irq_desc_t *idesc;
|
||||
struct irq_desc *idesc;
|
||||
int i;
|
||||
|
||||
for (i = 0; i < NR_IRQS; ++i) {
|
||||
idesc = irq_desc + i;
|
||||
if (idesc->chip == &no_irq_type)
|
||||
if (idesc->chip == &no_irq_chip)
|
||||
idesc->chip = &irq_type_hp_sim;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,7 +2,6 @@ include include/asm-generic/Kbuild.asm
|
||||
|
||||
header-y += break.h
|
||||
header-y += fpu.h
|
||||
header-y += fpswa.h
|
||||
header-y += ia64regs.h
|
||||
header-y += intel_intrin.h
|
||||
header-y += perfmon_default_smpl.h
|
||||
|
||||
@@ -388,7 +388,7 @@ register unsigned long ia64_r13 asm ("r13") __used;
|
||||
|
||||
#define ia64_native_thash(addr) \
|
||||
({ \
|
||||
__u64 ia64_intri_res; \
|
||||
unsigned long ia64_intri_res; \
|
||||
asm volatile ("thash %0=%1" : "=r"(ia64_intri_res) : "r" (addr)); \
|
||||
ia64_intri_res; \
|
||||
})
|
||||
@@ -419,7 +419,7 @@ register unsigned long ia64_r13 asm ("r13") __used;
|
||||
|
||||
#define ia64_tpa(addr) \
|
||||
({ \
|
||||
__u64 ia64_pa; \
|
||||
unsigned long ia64_pa; \
|
||||
asm volatile ("tpa %0 = %1" : "=r"(ia64_pa) : "r"(addr) : "memory"); \
|
||||
ia64_pa; \
|
||||
})
|
||||
@@ -444,35 +444,35 @@ register unsigned long ia64_r13 asm ("r13") __used;
|
||||
|
||||
#define ia64_native_get_cpuid(index) \
|
||||
({ \
|
||||
__u64 ia64_intri_res; \
|
||||
unsigned long ia64_intri_res; \
|
||||
asm volatile ("mov %0=cpuid[%r1]" : "=r"(ia64_intri_res) : "rO"(index)); \
|
||||
ia64_intri_res; \
|
||||
})
|
||||
|
||||
#define __ia64_get_dbr(index) \
|
||||
({ \
|
||||
__u64 ia64_intri_res; \
|
||||
unsigned long ia64_intri_res; \
|
||||
asm volatile ("mov %0=dbr[%1]" : "=r"(ia64_intri_res) : "r"(index)); \
|
||||
ia64_intri_res; \
|
||||
})
|
||||
|
||||
#define ia64_get_ibr(index) \
|
||||
({ \
|
||||
__u64 ia64_intri_res; \
|
||||
unsigned long ia64_intri_res; \
|
||||
asm volatile ("mov %0=ibr[%1]" : "=r"(ia64_intri_res) : "r"(index)); \
|
||||
ia64_intri_res; \
|
||||
})
|
||||
|
||||
#define ia64_get_pkr(index) \
|
||||
({ \
|
||||
__u64 ia64_intri_res; \
|
||||
unsigned long ia64_intri_res; \
|
||||
asm volatile ("mov %0=pkr[%1]" : "=r"(ia64_intri_res) : "r"(index)); \
|
||||
ia64_intri_res; \
|
||||
})
|
||||
|
||||
#define ia64_get_pmc(index) \
|
||||
({ \
|
||||
__u64 ia64_intri_res; \
|
||||
unsigned long ia64_intri_res; \
|
||||
asm volatile ("mov %0=pmc[%1]" : "=r"(ia64_intri_res) : "r"(index)); \
|
||||
ia64_intri_res; \
|
||||
})
|
||||
@@ -480,14 +480,14 @@ register unsigned long ia64_r13 asm ("r13") __used;
|
||||
|
||||
#define ia64_native_get_pmd(index) \
|
||||
({ \
|
||||
__u64 ia64_intri_res; \
|
||||
unsigned long ia64_intri_res; \
|
||||
asm volatile ("mov %0=pmd[%1]" : "=r"(ia64_intri_res) : "r"(index)); \
|
||||
ia64_intri_res; \
|
||||
})
|
||||
|
||||
#define ia64_native_get_rr(index) \
|
||||
({ \
|
||||
__u64 ia64_intri_res; \
|
||||
unsigned long ia64_intri_res; \
|
||||
asm volatile ("mov %0=rr[%1]" : "=r"(ia64_intri_res) : "r" (index)); \
|
||||
ia64_intri_res; \
|
||||
})
|
||||
|
||||
@@ -106,7 +106,7 @@ extern struct irq_cfg irq_cfg[NR_IRQS];
|
||||
#define irq_to_domain(x) irq_cfg[(x)].domain
|
||||
DECLARE_PER_CPU(int[IA64_NUM_VECTORS], vector_irq);
|
||||
|
||||
extern struct hw_interrupt_type irq_type_ia64_lsapic; /* CPU-internal interrupt controller */
|
||||
extern struct irq_chip irq_type_ia64_lsapic; /* CPU-internal interrupt controller */
|
||||
|
||||
#ifdef CONFIG_PARAVIRT_GUEST
|
||||
#include <asm/paravirt.h>
|
||||
@@ -146,7 +146,7 @@ static inline void ia64_native_resend_irq(unsigned int vector)
|
||||
* Default implementations for the irq-descriptor API:
|
||||
*/
|
||||
|
||||
extern irq_desc_t irq_desc[NR_IRQS];
|
||||
extern struct irq_desc irq_desc[NR_IRQS];
|
||||
|
||||
#ifndef CONFIG_IA64_GENERIC
|
||||
static inline ia64_vector __ia64_irq_to_vector(int irq)
|
||||
|
||||
+19
-19
@@ -72,39 +72,39 @@ typedef struct ia64_mc_info_s {
|
||||
struct ia64_sal_os_state {
|
||||
|
||||
/* SAL to OS */
|
||||
u64 os_gp; /* GP of the os registered with the SAL, physical */
|
||||
u64 pal_proc; /* PAL_PROC entry point, physical */
|
||||
u64 sal_proc; /* SAL_PROC entry point, physical */
|
||||
u64 rv_rc; /* MCA - Rendezvous state, INIT - reason code */
|
||||
u64 proc_state_param; /* from R18 */
|
||||
u64 monarch; /* 1 for a monarch event, 0 for a slave */
|
||||
unsigned long os_gp; /* GP of the os registered with the SAL, physical */
|
||||
unsigned long pal_proc; /* PAL_PROC entry point, physical */
|
||||
unsigned long sal_proc; /* SAL_PROC entry point, physical */
|
||||
unsigned long rv_rc; /* MCA - Rendezvous state, INIT - reason code */
|
||||
unsigned long proc_state_param; /* from R18 */
|
||||
unsigned long monarch; /* 1 for a monarch event, 0 for a slave */
|
||||
|
||||
/* common */
|
||||
u64 sal_ra; /* Return address in SAL, physical */
|
||||
u64 sal_gp; /* GP of the SAL - physical */
|
||||
unsigned long sal_ra; /* Return address in SAL, physical */
|
||||
unsigned long sal_gp; /* GP of the SAL - physical */
|
||||
pal_min_state_area_t *pal_min_state; /* from R17. physical in asm, virtual in C */
|
||||
/* Previous values of IA64_KR(CURRENT) and IA64_KR(CURRENT_STACK).
|
||||
* Note: if the MCA/INIT recovery code wants to resume to a new context
|
||||
* then it must change these values to reflect the new kernel stack.
|
||||
*/
|
||||
u64 prev_IA64_KR_CURRENT; /* previous value of IA64_KR(CURRENT) */
|
||||
u64 prev_IA64_KR_CURRENT_STACK;
|
||||
unsigned long prev_IA64_KR_CURRENT; /* previous value of IA64_KR(CURRENT) */
|
||||
unsigned long prev_IA64_KR_CURRENT_STACK;
|
||||
struct task_struct *prev_task; /* previous task, NULL if it is not useful */
|
||||
/* Some interrupt registers are not saved in minstate, pt_regs or
|
||||
* switch_stack. Because MCA/INIT can occur when interrupts are
|
||||
* disabled, we need to save the additional interrupt registers over
|
||||
* MCA/INIT and resume.
|
||||
*/
|
||||
u64 isr;
|
||||
u64 ifa;
|
||||
u64 itir;
|
||||
u64 iipa;
|
||||
u64 iim;
|
||||
u64 iha;
|
||||
unsigned long isr;
|
||||
unsigned long ifa;
|
||||
unsigned long itir;
|
||||
unsigned long iipa;
|
||||
unsigned long iim;
|
||||
unsigned long iha;
|
||||
|
||||
/* OS to SAL */
|
||||
u64 os_status; /* OS status to SAL, enum below */
|
||||
u64 context; /* 0 if return to same context
|
||||
unsigned long os_status; /* OS status to SAL, enum below */
|
||||
unsigned long context; /* 0 if return to same context
|
||||
1 if return to new context */
|
||||
};
|
||||
|
||||
@@ -150,7 +150,7 @@ extern void ia64_slave_init_handler(void);
|
||||
extern void ia64_mca_cmc_vector_setup(void);
|
||||
extern int ia64_reg_MCA_extension(int (*fn)(void *, struct ia64_sal_os_state *));
|
||||
extern void ia64_unreg_MCA_extension(void);
|
||||
extern u64 ia64_get_rnat(u64 *);
|
||||
extern unsigned long ia64_get_rnat(unsigned long *);
|
||||
extern void ia64_mca_printk(const char * fmt, ...)
|
||||
__attribute__ ((format (printf, 1, 2)));
|
||||
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
#define IA64_MAX_RSVD_REGIONS 9
|
||||
|
||||
struct rsvd_region {
|
||||
unsigned long start; /* virtual address of beginning of element */
|
||||
unsigned long end; /* virtual address of end of element + 1 */
|
||||
u64 start; /* virtual address of beginning of element */
|
||||
u64 end; /* virtual address of end of element + 1 */
|
||||
};
|
||||
|
||||
extern struct rsvd_region rsvd_region[IA64_MAX_RSVD_REGIONS + 1];
|
||||
@@ -35,13 +35,13 @@ extern int num_rsvd_regions;
|
||||
extern void find_memory (void);
|
||||
extern void reserve_memory (void);
|
||||
extern void find_initrd (void);
|
||||
extern int filter_rsvd_memory (unsigned long start, unsigned long end, void *arg);
|
||||
extern int filter_memory (unsigned long start, unsigned long end, void *arg);
|
||||
extern unsigned long efi_memmap_init(unsigned long *s, unsigned long *e);
|
||||
extern int find_max_min_low_pfn (unsigned long , unsigned long, void *);
|
||||
extern int filter_rsvd_memory (u64 start, u64 end, void *arg);
|
||||
extern int filter_memory (u64 start, u64 end, void *arg);
|
||||
extern unsigned long efi_memmap_init(u64 *s, u64 *e);
|
||||
extern int find_max_min_low_pfn (u64, u64, void *);
|
||||
|
||||
extern unsigned long vmcore_find_descriptor_size(unsigned long address);
|
||||
extern int reserve_elfcorehdr(unsigned long *start, unsigned long *end);
|
||||
extern int reserve_elfcorehdr(u64 *start, u64 *end);
|
||||
|
||||
/*
|
||||
* For rounding an address to the next IA64_GRANULE_SIZE or order
|
||||
@@ -63,8 +63,8 @@ extern int register_active_ranges(u64 start, u64 len, int nid);
|
||||
# define LARGE_GAP 0x40000000 /* Use virtual mem map if hole is > than this */
|
||||
extern unsigned long vmalloc_end;
|
||||
extern struct page *vmem_map;
|
||||
extern int find_largest_hole (u64 start, u64 end, void *arg);
|
||||
extern int create_mem_map_page_table (u64 start, u64 end, void *arg);
|
||||
extern int find_largest_hole(u64 start, u64 end, void *arg);
|
||||
extern int create_mem_map_page_table(u64 start, u64 end, void *arg);
|
||||
extern int vmemmap_find_next_valid_pfn(int, int);
|
||||
#else
|
||||
static inline int vmemmap_find_next_valid_pfn(int node, int i)
|
||||
|
||||
+11
-13
@@ -989,8 +989,8 @@ ia64_pal_cache_read (pal_cache_line_id_u_t line_id, u64 physical_addr)
|
||||
}
|
||||
|
||||
/* Return summary information about the hierarchy of caches controlled by the processor */
|
||||
static inline s64
|
||||
ia64_pal_cache_summary (u64 *cache_levels, u64 *unique_caches)
|
||||
static inline long ia64_pal_cache_summary(unsigned long *cache_levels,
|
||||
unsigned long *unique_caches)
|
||||
{
|
||||
struct ia64_pal_retval iprv;
|
||||
PAL_CALL(iprv, PAL_CACHE_SUMMARY, 0, 0, 0);
|
||||
@@ -1038,8 +1038,8 @@ ia64_pal_copy_pal (u64 target_addr, u64 alloc_size, u64 processor, u64 *pal_proc
|
||||
}
|
||||
|
||||
/* Return the number of instruction and data debug register pairs */
|
||||
static inline s64
|
||||
ia64_pal_debug_info (u64 *inst_regs, u64 *data_regs)
|
||||
static inline long ia64_pal_debug_info(unsigned long *inst_regs,
|
||||
unsigned long *data_regs)
|
||||
{
|
||||
struct ia64_pal_retval iprv;
|
||||
PAL_CALL(iprv, PAL_DEBUG_INFO, 0, 0, 0);
|
||||
@@ -1074,8 +1074,7 @@ ia64_pal_fixed_addr (u64 *global_unique_addr)
|
||||
}
|
||||
|
||||
/* Get base frequency of the platform if generated by the processor */
|
||||
static inline s64
|
||||
ia64_pal_freq_base (u64 *platform_base_freq)
|
||||
static inline long ia64_pal_freq_base(unsigned long *platform_base_freq)
|
||||
{
|
||||
struct ia64_pal_retval iprv;
|
||||
PAL_CALL(iprv, PAL_FREQ_BASE, 0, 0, 0);
|
||||
@@ -1437,7 +1436,7 @@ ia64_pal_proc_set_features (u64 feature_select)
|
||||
* possible.
|
||||
*/
|
||||
typedef struct ia64_ptce_info_s {
|
||||
u64 base;
|
||||
unsigned long base;
|
||||
u32 count[2];
|
||||
u32 stride[2];
|
||||
} ia64_ptce_info_t;
|
||||
@@ -1478,9 +1477,9 @@ ia64_pal_register_info (u64 info_request, u64 *reg_info_1, u64 *reg_info_2)
|
||||
}
|
||||
|
||||
typedef union pal_hints_u {
|
||||
u64 ph_data;
|
||||
unsigned long ph_data;
|
||||
struct {
|
||||
u64 si : 1,
|
||||
unsigned long si : 1,
|
||||
li : 1,
|
||||
reserved : 62;
|
||||
} pal_hints_s;
|
||||
@@ -1489,8 +1488,8 @@ typedef union pal_hints_u {
|
||||
/* Return information about the register stack and RSE for this processor
|
||||
* implementation.
|
||||
*/
|
||||
static inline s64
|
||||
ia64_pal_rse_info (u64 *num_phys_stacked, pal_hints_u_t *hints)
|
||||
static inline long ia64_pal_rse_info(unsigned long *num_phys_stacked,
|
||||
pal_hints_u_t *hints)
|
||||
{
|
||||
struct ia64_pal_retval iprv;
|
||||
PAL_CALL(iprv, PAL_RSE_INFO, 0, 0, 0);
|
||||
@@ -1608,8 +1607,7 @@ ia64_pal_vm_info (u64 tc_level, u64 tc_type, pal_tc_info_u_t *tc_info, u64 *tc_
|
||||
/* Get page size information about the virtual memory characteristics of the processor
|
||||
* implementation.
|
||||
*/
|
||||
static inline s64
|
||||
ia64_pal_vm_page_size (u64 *tr_pages, u64 *vw_pages)
|
||||
static inline s64 ia64_pal_vm_page_size(u64 *tr_pages, u64 *vw_pages)
|
||||
{
|
||||
struct ia64_pal_retval iprv;
|
||||
PAL_CALL(iprv, PAL_VM_PAGE_SIZE, 0, 0, 0);
|
||||
|
||||
@@ -187,40 +187,40 @@ union ia64_rr {
|
||||
* state comes earlier:
|
||||
*/
|
||||
struct cpuinfo_ia64 {
|
||||
__u32 softirq_pending;
|
||||
__u64 itm_delta; /* # of clock cycles between clock ticks */
|
||||
__u64 itm_next; /* interval timer mask value to use for next clock tick */
|
||||
__u64 nsec_per_cyc; /* (1000000000<<IA64_NSEC_PER_CYC_SHIFT)/itc_freq */
|
||||
__u64 unimpl_va_mask; /* mask of unimplemented virtual address bits (from PAL) */
|
||||
__u64 unimpl_pa_mask; /* mask of unimplemented physical address bits (from PAL) */
|
||||
__u64 itc_freq; /* frequency of ITC counter */
|
||||
__u64 proc_freq; /* frequency of processor */
|
||||
__u64 cyc_per_usec; /* itc_freq/1000000 */
|
||||
__u64 ptce_base;
|
||||
__u32 ptce_count[2];
|
||||
__u32 ptce_stride[2];
|
||||
unsigned int softirq_pending;
|
||||
unsigned long itm_delta; /* # of clock cycles between clock ticks */
|
||||
unsigned long itm_next; /* interval timer mask value to use for next clock tick */
|
||||
unsigned long nsec_per_cyc; /* (1000000000<<IA64_NSEC_PER_CYC_SHIFT)/itc_freq */
|
||||
unsigned long unimpl_va_mask; /* mask of unimplemented virtual address bits (from PAL) */
|
||||
unsigned long unimpl_pa_mask; /* mask of unimplemented physical address bits (from PAL) */
|
||||
unsigned long itc_freq; /* frequency of ITC counter */
|
||||
unsigned long proc_freq; /* frequency of processor */
|
||||
unsigned long cyc_per_usec; /* itc_freq/1000000 */
|
||||
unsigned long ptce_base;
|
||||
unsigned int ptce_count[2];
|
||||
unsigned int ptce_stride[2];
|
||||
struct task_struct *ksoftirqd; /* kernel softirq daemon for this CPU */
|
||||
|
||||
#ifdef CONFIG_SMP
|
||||
__u64 loops_per_jiffy;
|
||||
unsigned long loops_per_jiffy;
|
||||
int cpu;
|
||||
__u32 socket_id; /* physical processor socket id */
|
||||
__u16 core_id; /* core id */
|
||||
__u16 thread_id; /* thread id */
|
||||
__u16 num_log; /* Total number of logical processors on
|
||||
unsigned int socket_id; /* physical processor socket id */
|
||||
unsigned short core_id; /* core id */
|
||||
unsigned short thread_id; /* thread id */
|
||||
unsigned short num_log; /* Total number of logical processors on
|
||||
* this socket that were successfully booted */
|
||||
__u8 cores_per_socket; /* Cores per processor socket */
|
||||
__u8 threads_per_core; /* Threads per core */
|
||||
unsigned char cores_per_socket; /* Cores per processor socket */
|
||||
unsigned char threads_per_core; /* Threads per core */
|
||||
#endif
|
||||
|
||||
/* CPUID-derived information: */
|
||||
__u64 ppn;
|
||||
__u64 features;
|
||||
__u8 number;
|
||||
__u8 revision;
|
||||
__u8 model;
|
||||
__u8 family;
|
||||
__u8 archrev;
|
||||
unsigned long ppn;
|
||||
unsigned long features;
|
||||
unsigned char number;
|
||||
unsigned char revision;
|
||||
unsigned char model;
|
||||
unsigned char family;
|
||||
unsigned char archrev;
|
||||
char vendor[16];
|
||||
char *model_name;
|
||||
|
||||
@@ -329,8 +329,8 @@ struct thread_struct {
|
||||
#else
|
||||
# define INIT_THREAD_PM
|
||||
#endif
|
||||
__u64 dbr[IA64_NUM_DBG_REGS];
|
||||
__u64 ibr[IA64_NUM_DBG_REGS];
|
||||
unsigned long dbr[IA64_NUM_DBG_REGS];
|
||||
unsigned long ibr[IA64_NUM_DBG_REGS];
|
||||
struct ia64_fpreg fph[96]; /* saved/loaded on demand */
|
||||
};
|
||||
|
||||
|
||||
@@ -106,10 +106,10 @@ struct ia64_sal_retval {
|
||||
* informational value should be printed (e.g., "reboot for
|
||||
* change to take effect").
|
||||
*/
|
||||
s64 status;
|
||||
u64 v0;
|
||||
u64 v1;
|
||||
u64 v2;
|
||||
long status;
|
||||
unsigned long v0;
|
||||
unsigned long v1;
|
||||
unsigned long v2;
|
||||
};
|
||||
|
||||
typedef struct ia64_sal_retval (*ia64_sal_handler) (u64, ...);
|
||||
|
||||
@@ -929,7 +929,7 @@ ia64_sn_sysctl_tio_clock_reset(nasid_t nasid)
|
||||
/*
|
||||
* Get the associated ioboard type for a given nasid.
|
||||
*/
|
||||
static inline s64
|
||||
static inline long
|
||||
ia64_sn_sysctl_ioboard_get(nasid_t nasid, u16 *ioboard)
|
||||
{
|
||||
struct ia64_sal_retval isrv;
|
||||
|
||||
@@ -2,10 +2,11 @@
|
||||
#define _ASM_IA64_TYPES_H
|
||||
|
||||
/*
|
||||
* This file is never included by application software unless explicitly requested (e.g.,
|
||||
* via linux/types.h) in which case the application is Linux specific so (user-) name
|
||||
* space pollution is not a major issue. However, for interoperability, libraries still
|
||||
* need to be careful to avoid a name clashes.
|
||||
* This file is never included by application software unless explicitly
|
||||
* requested (e.g., via linux/types.h) in which case the application is
|
||||
* Linux specific so (user-) name space pollution is not a major issue.
|
||||
* However, for interoperability, libraries still need to be careful to
|
||||
* avoid naming clashes.
|
||||
*
|
||||
* Based on <asm-alpha/types.h>.
|
||||
*
|
||||
@@ -13,7 +14,11 @@
|
||||
* David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co
|
||||
*/
|
||||
|
||||
#ifdef __KERNEL__
|
||||
#include <asm-generic/int-ll64.h>
|
||||
#else
|
||||
#include <asm-generic/int-l64.h>
|
||||
#endif
|
||||
|
||||
#ifdef __ASSEMBLY__
|
||||
# define __IA64_UL(x) (x)
|
||||
|
||||
@@ -310,11 +310,12 @@
|
||||
#define __NR_inotify_init1 1318
|
||||
#define __NR_preadv 1319
|
||||
#define __NR_pwritev 1320
|
||||
#define __NR_rt_tgsigqueueinfo 1321
|
||||
|
||||
#ifdef __KERNEL__
|
||||
|
||||
|
||||
#define NR_syscalls 297 /* length of syscall table */
|
||||
#define NR_syscalls 298 /* length of syscall table */
|
||||
|
||||
/*
|
||||
* The following defines stop scripts/checksyscalls.sh from complaining about
|
||||
@@ -328,6 +329,7 @@
|
||||
#define __IGNORE_utime /* utimes() */
|
||||
#define __IGNORE_getpgrp /* getpgid() */
|
||||
#define __IGNORE_vfork /* clone() */
|
||||
#define __IGNORE_umount2 /* umount() */
|
||||
|
||||
#define __ARCH_WANT_SYS_RT_SIGACTION
|
||||
#define __ARCH_WANT_SYS_RT_SIGSUSPEND
|
||||
|
||||
@@ -46,7 +46,7 @@ extern efi_status_t efi_call_phys (void *, ...);
|
||||
struct efi efi;
|
||||
EXPORT_SYMBOL(efi);
|
||||
static efi_runtime_services_t *runtime;
|
||||
static unsigned long mem_limit = ~0UL, max_addr = ~0UL, min_addr = 0UL;
|
||||
static u64 mem_limit = ~0UL, max_addr = ~0UL, min_addr = 0UL;
|
||||
|
||||
#define efi_call_virt(f, args...) (*(f))(args)
|
||||
|
||||
@@ -356,7 +356,7 @@ efi_get_pal_addr (void)
|
||||
|
||||
if (++pal_code_count > 1) {
|
||||
printk(KERN_ERR "Too many EFI Pal Code memory ranges, "
|
||||
"dropped @ %lx\n", md->phys_addr);
|
||||
"dropped @ %llx\n", md->phys_addr);
|
||||
continue;
|
||||
}
|
||||
/*
|
||||
@@ -490,10 +490,10 @@ efi_init (void)
|
||||
}
|
||||
}
|
||||
if (min_addr != 0UL)
|
||||
printk(KERN_INFO "Ignoring memory below %luMB\n",
|
||||
printk(KERN_INFO "Ignoring memory below %lluMB\n",
|
||||
min_addr >> 20);
|
||||
if (max_addr != ~0UL)
|
||||
printk(KERN_INFO "Ignoring memory above %luMB\n",
|
||||
printk(KERN_INFO "Ignoring memory above %lluMB\n",
|
||||
max_addr >> 20);
|
||||
|
||||
efi.systab = __va(ia64_boot_param->efi_systab);
|
||||
@@ -1066,7 +1066,7 @@ find_memmap_space (void)
|
||||
* parts exist, and are WB.
|
||||
*/
|
||||
unsigned long
|
||||
efi_memmap_init(unsigned long *s, unsigned long *e)
|
||||
efi_memmap_init(u64 *s, u64 *e)
|
||||
{
|
||||
struct kern_memdesc *k, *prev = NULL;
|
||||
u64 contig_low=0, contig_high=0;
|
||||
|
||||
@@ -1805,6 +1805,7 @@ sys_call_table:
|
||||
data8 sys_inotify_init1
|
||||
data8 sys_preadv
|
||||
data8 sys_pwritev // 1320
|
||||
data8 sys_rt_tgsigqueueinfo
|
||||
|
||||
.org sys_call_table + 8*NR_syscalls // guard against failures to increase NR_syscalls
|
||||
#endif /* __IA64_ASM_PARAVIRTUALIZED_NATIVE */
|
||||
|
||||
@@ -451,7 +451,7 @@ iosapic_startup_edge_irq (unsigned int irq)
|
||||
static void
|
||||
iosapic_ack_edge_irq (unsigned int irq)
|
||||
{
|
||||
irq_desc_t *idesc = irq_desc + irq;
|
||||
struct irq_desc *idesc = irq_desc + irq;
|
||||
|
||||
irq_complete_move(irq);
|
||||
move_native_irq(irq);
|
||||
@@ -600,8 +600,8 @@ static int
|
||||
register_intr (unsigned int gsi, int irq, unsigned char delivery,
|
||||
unsigned long polarity, unsigned long trigger)
|
||||
{
|
||||
irq_desc_t *idesc;
|
||||
struct hw_interrupt_type *irq_type;
|
||||
struct irq_desc *idesc;
|
||||
struct irq_chip *irq_type;
|
||||
int index;
|
||||
struct iosapic_rte_info *rte;
|
||||
|
||||
@@ -650,7 +650,7 @@ register_intr (unsigned int gsi, int irq, unsigned char delivery,
|
||||
|
||||
idesc = irq_desc + irq;
|
||||
if (irq_type != NULL && idesc->chip != irq_type) {
|
||||
if (idesc->chip != &no_irq_type)
|
||||
if (idesc->chip != &no_irq_chip)
|
||||
printk(KERN_WARNING
|
||||
"%s: changing vector %d from %s to %s\n",
|
||||
__func__, irq_to_vector(irq),
|
||||
@@ -828,7 +828,7 @@ iosapic_unregister_intr (unsigned int gsi)
|
||||
{
|
||||
unsigned long flags;
|
||||
int irq, index;
|
||||
irq_desc_t *idesc;
|
||||
struct irq_desc *idesc;
|
||||
u32 low32;
|
||||
unsigned long trigger, polarity;
|
||||
unsigned int dest;
|
||||
|
||||
@@ -130,7 +130,7 @@ unsigned int vectors_in_migration[NR_IRQS];
|
||||
*/
|
||||
static void migrate_irqs(void)
|
||||
{
|
||||
irq_desc_t *desc;
|
||||
struct irq_desc *desc;
|
||||
int irq, new_cpu;
|
||||
|
||||
for (irq=0; irq < NR_IRQS; irq++) {
|
||||
|
||||
@@ -630,7 +630,7 @@ static struct irqaction tlb_irqaction = {
|
||||
void
|
||||
ia64_native_register_percpu_irq (ia64_vector vec, struct irqaction *action)
|
||||
{
|
||||
irq_desc_t *desc;
|
||||
struct irq_desc *desc;
|
||||
unsigned int irq;
|
||||
|
||||
irq = vec;
|
||||
|
||||
@@ -33,7 +33,7 @@ static int lsapic_retrigger(unsigned int irq)
|
||||
return 1;
|
||||
}
|
||||
|
||||
struct hw_interrupt_type irq_type_ia64_lsapic = {
|
||||
struct irq_chip irq_type_ia64_lsapic = {
|
||||
.name = "LSAPIC",
|
||||
.startup = lsapic_noop_startup,
|
||||
.shutdown = lsapic_noop,
|
||||
|
||||
+10
-10
@@ -850,7 +850,7 @@ EXPORT_SYMBOL(ia64_unreg_MCA_extension);
|
||||
|
||||
|
||||
static inline void
|
||||
copy_reg(const u64 *fr, u64 fnat, u64 *tr, u64 *tnat)
|
||||
copy_reg(const u64 *fr, u64 fnat, unsigned long *tr, unsigned long *tnat)
|
||||
{
|
||||
u64 fslot, tslot, nat;
|
||||
*tr = *fr;
|
||||
@@ -914,9 +914,9 @@ ia64_mca_modify_original_stack(struct pt_regs *regs,
|
||||
struct switch_stack *old_sw;
|
||||
unsigned size = sizeof(struct pt_regs) +
|
||||
sizeof(struct switch_stack) + 16;
|
||||
u64 *old_bspstore, *old_bsp;
|
||||
u64 *new_bspstore, *new_bsp;
|
||||
u64 old_unat, old_rnat, new_rnat, nat;
|
||||
unsigned long *old_bspstore, *old_bsp;
|
||||
unsigned long *new_bspstore, *new_bsp;
|
||||
unsigned long old_unat, old_rnat, new_rnat, nat;
|
||||
u64 slots, loadrs = regs->loadrs;
|
||||
u64 r12 = ms->pmsa_gr[12-1], r13 = ms->pmsa_gr[13-1];
|
||||
u64 ar_bspstore = regs->ar_bspstore;
|
||||
@@ -968,10 +968,10 @@ ia64_mca_modify_original_stack(struct pt_regs *regs,
|
||||
* loadrs for the new stack and save it in the new pt_regs, where
|
||||
* ia64_old_stack() can get it.
|
||||
*/
|
||||
old_bspstore = (u64 *)ar_bspstore;
|
||||
old_bsp = (u64 *)ar_bsp;
|
||||
old_bspstore = (unsigned long *)ar_bspstore;
|
||||
old_bsp = (unsigned long *)ar_bsp;
|
||||
slots = ia64_rse_num_regs(old_bspstore, old_bsp);
|
||||
new_bspstore = (u64 *)((u64)current + IA64_RBS_OFFSET);
|
||||
new_bspstore = (unsigned long *)((u64)current + IA64_RBS_OFFSET);
|
||||
new_bsp = ia64_rse_skip_regs(new_bspstore, slots);
|
||||
regs->loadrs = (new_bsp - new_bspstore) * 8 << 16;
|
||||
|
||||
@@ -1917,9 +1917,9 @@ ia64_mca_init(void)
|
||||
ia64_fptr_t *init_hldlr_ptr_slave = (ia64_fptr_t *)ia64_os_init_dispatch_slave;
|
||||
ia64_fptr_t *mca_hldlr_ptr = (ia64_fptr_t *)ia64_os_mca_dispatch;
|
||||
int i;
|
||||
s64 rc;
|
||||
long rc;
|
||||
struct ia64_sal_retval isrv;
|
||||
u64 timeout = IA64_MCA_RENDEZ_TIMEOUT; /* platform specific */
|
||||
unsigned long timeout = IA64_MCA_RENDEZ_TIMEOUT; /* platform specific */
|
||||
static struct notifier_block default_init_monarch_nb = {
|
||||
.notifier_call = default_monarch_init_process,
|
||||
.priority = 0/* we need to notified last */
|
||||
@@ -2092,7 +2092,7 @@ ia64_mca_late_init(void)
|
||||
cpe_poll_timer.function = ia64_mca_cpe_poll;
|
||||
|
||||
{
|
||||
irq_desc_t *desc;
|
||||
struct irq_desc *desc;
|
||||
unsigned int irq;
|
||||
|
||||
if (cpe_vector >= 0) {
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user