[parisc-linux-cvs] 64-bit sim700 fix-up

Ryan Bradetich rbradetich@uswest.net
Tue, 20 Mar 2001 00:09:18 -0700


Willy pointed out the correct way to fix the casting problem on line 623

of sim700.c

<willy> you should do...
<willy> targdata->ba = (struct sim700_target *) (unsigned long)
(hostdata->targets_busaddr + (targ << PAGE_SHIFT));

Thanks Willy!

- Ryan