Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 850
b: refs/heads/master
c: 6a800d4
h: refs/heads/master
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed May 4, 2005
1 parent f905aec commit e19b6c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 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: 41832a08feca695158e15a6e58c26b224a7bfae2
refs/heads/master: 6a800d456a81a9046634bcd26d868fd537f0c9ae
6 changes: 3 additions & 3 deletions trunk/arch/sparc64/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ void handler_irq(int irq, struct pt_regs *regs)
clear_softint(clr_mask);
}
#else
int should_forward = 0;
int should_forward = 1;

clear_softint(1 << irq);
#endif
Expand Down Expand Up @@ -1007,10 +1007,10 @@ static int retarget_one_irq(struct irqaction *p, int goal_cpu)
}
upa_writel(tid | IMAP_VALID, imap);

do {
while (!cpu_online(goal_cpu)) {
if (++goal_cpu >= NR_CPUS)
goal_cpu = 0;
} while (!cpu_online(goal_cpu));
}

return goal_cpu;
}
Expand Down
3 changes: 2 additions & 1 deletion trunk/include/net/addrconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

#define IPV6_MAX_ADDRESSES 16

#include <linux/in6.h>

struct prefix_info {
__u8 type;
__u8 length;
Expand All @@ -43,7 +45,6 @@ struct prefix_info {

#ifdef __KERNEL__

#include <linux/in6.h>
#include <linux/netdevice.h>
#include <net/if_inet6.h>
#include <net/ipv6.h>
Expand Down

0 comments on commit e19b6c2

Please sign in to comment.