Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 863
b: refs/heads/master
c: 742b0c9
h: refs/heads/master
i:
  861: 65bfb8c
  859: 833eaee
  855: 9a9e06c
  847: 0410640
  831: bdff3b8
v: v3
  • Loading branch information
Linus Torvalds committed May 4, 2005
1 parent a854b61 commit ace91ee
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: 9171078ab5a0bbb516029cfc61378e0350a7b30d
refs/heads/master: 742b0c905d970fd60893cce14a3c68b523504bc4
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 = 1;
int should_forward = 0;

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);

while (!cpu_online(goal_cpu)) {
do {
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 ace91ee

Please sign in to comment.