Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20217
b: refs/heads/master
c: a386fba
h: refs/heads/master
i:
  20215: 733025e
v: v3
  • Loading branch information
Heiko Carstens authored and Linus Torvalds committed Feb 12, 2006
1 parent 1e7369a commit 962a325
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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: 5238da45f345898a8bfcd14e53b0431fcee36a04
refs/heads/master: a386fba2516b5404864647906219ced57bf2f2b7
5 changes: 3 additions & 2 deletions trunk/arch/s390/kernel/machine_kexec.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,16 @@
* on the S390 architecture.
*/

#include <asm/cio.h>
#include <asm/setup.h>
#include <linux/device.h>
#include <linux/mm.h>
#include <linux/kexec.h>
#include <linux/delay.h>
#include <asm/cio.h>
#include <asm/setup.h>
#include <asm/pgtable.h>
#include <asm/pgalloc.h>
#include <asm/system.h>
#include <asm/smp.h>

static void kexec_halt_all_cpus(void *);

Expand Down
1 change: 1 addition & 0 deletions trunk/include/asm-s390/smp.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ smp_call_function_on(void (*func) (void *info), void *info,
func(info);
return 0;
}
#define smp_cpu_not_running(cpu) 1
#define smp_get_cpu(cpu) ({ 0; })
#define smp_put_cpu(cpu) ({ 0; })
#endif
Expand Down

0 comments on commit 962a325

Please sign in to comment.