Pull pvops into release branch

This commit is contained in:
Tony Luck
2009-03-31 14:25:08 -07:00
committed by Tony Luck
45 changed files with 3134 additions and 212 deletions

View File

@@ -70,7 +70,7 @@ static void kvm_flush_icache(unsigned long start, unsigned long len)
int l;
for (l = 0; l < (len + 32); l += 32)
ia64_fc(start + l);
ia64_fc((void *)(start + l));
ia64_sync_i();
ia64_srlz_i();