Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297829
b: refs/heads/master
c: 1e3cab2
h: refs/heads/master
i:
  297827: dff6e58
v: v3
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Mar 30, 2012
1 parent 029b4ac commit e72372a
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 307cc7904841fd66a848ece16a179b49ae1a4ba4
refs/heads/master: 1e3cab2f2fbca25289094698fd1280ecfad7a8d4
2 changes: 2 additions & 0 deletions trunk/arch/s390/include/asm/cpu_mf.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
#ifndef _ASM_S390_CPU_MF_H
#define _ASM_S390_CPU_MF_H

#include <asm/facility.h>

#define CPU_MF_INT_SF_IAE (1 << 31) /* invalid entry address */
#define CPU_MF_INT_SF_ISE (1 << 30) /* incorrect SDBT entry */
#define CPU_MF_INT_SF_PRA (1 << 29) /* program request alert */
Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/s390/include/asm/mmu.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef __MMU_H
#define __MMU_H

#include <linux/errno.h>

typedef struct {
atomic_t attach_count;
unsigned int flush_mm;
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/s390/kernel/lgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <linux/module.h>
#include <linux/timer.h>
#include <linux/slab.h>
#include <asm/facility.h>
#include <asm/sysinfo.h>
#include <asm/ebcdic.h>
#include <asm/debug.h>
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/s390/kernel/perf_cpum_cf.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include <linux/notifier.h>
#include <linux/init.h>
#include <linux/export.h>
#include <asm/system.h>
#include <asm/ctl_reg.h>
#include <asm/irq.h>
#include <asm/cpu_mf.h>

Expand Down
1 change: 0 additions & 1 deletion trunk/arch/s390/kernel/perf_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#include <linux/perf_event.h>
#include <linux/percpu.h>
#include <linux/export.h>
#include <asm/system.h>
#include <asm/irq.h>
#include <asm/cpu_mf.h>
#include <asm/lowcore.h>
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/s390/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@

#include <asm/ipl.h>
#include <asm/uaccess.h>
#include <asm/facility.h>
#include <asm/smp.h>
#include <asm/mmu_context.h>
#include <asm/cpcmd.h>
Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/s390/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
#include <linux/slab.h>
#include <linux/crash_dump.h>
#include <asm/asm-offsets.h>
#include <asm/switch_to.h>
#include <asm/facility.h>
#include <asm/ipl.h>
#include <asm/setup.h>
#include <asm/irq.h>
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/sparc/include/asm/ptrace.h
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ struct sparc_stackf {
#ifdef __KERNEL__

#include <linux/threads.h>
#include <asm/switch_to.h>

static inline int pt_regs_trap_type(struct pt_regs *regs)
{
Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/sparc/kernel/jump_label.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
#include <linux/jump_label.h>
#include <linux/memory.h>

#include <asm/cacheflush.h>

#ifdef HAVE_JUMP_LABEL

void arch_jump_label_transform(struct jump_entry *entry,
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/sparc/kernel/kgdb_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include <linux/kdebug.h>
#include <linux/ftrace.h>

#include <asm/cacheflush.h>
#include <asm/kdebug.h>
#include <asm/ptrace.h>
#include <asm/irq.h>
Expand Down

0 comments on commit e72372a

Please sign in to comment.