Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324055
b: refs/heads/master
c: 0d0e471
h: refs/heads/master
i:
  324053: 64bf09d
  324051: f8eaf6e
  324047: 27f0058
v: v3
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Sep 26, 2012
1 parent 6f0a541 commit 3daa049
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 7755d6b2c05bea032bf2470d771ad9b56e26015d
refs/heads/master: 0d0e471b46d4ba1de4617d04cf071c6ae4a5df76
2 changes: 1 addition & 1 deletion trunk/arch/s390/include/asm/smp.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ static inline void smp_call_online_cpu(void (*func)(void *), void *data)
func(data);
}

static inline int smp_find_processor_id(int address) { return 0; }
static inline int smp_find_processor_id(u16 address) { return 0; }
static inline int smp_store_status(int cpu) { return 0; }
static inline int smp_vcpu_scheduled(int cpu) { return 1; }
static inline void smp_yield_cpu(int cpu) { }
Expand Down

0 comments on commit 3daa049

Please sign in to comment.