|
@@ -173,11 +173,12 @@ void smtc_distribute_timer(int vpe)
|
|
unsigned int mtflags;
|
|
unsigned int mtflags;
|
|
int cpu;
|
|
int cpu;
|
|
struct clock_event_device *cd;
|
|
struct clock_event_device *cd;
|
|
- unsigned long nextstamp = 0L;
|
|
|
|
|
|
+ unsigned long nextstamp;
|
|
unsigned long reference;
|
|
unsigned long reference;
|
|
|
|
|
|
|
|
|
|
repeat:
|
|
repeat:
|
|
|
|
+ nextstamp = 0L;
|
|
for_each_online_cpu(cpu) {
|
|
for_each_online_cpu(cpu) {
|
|
/*
|
|
/*
|
|
* Find virtual CPUs within the current VPE who have
|
|
* Find virtual CPUs within the current VPE who have
|