On Tue, 15 May 2007 11:17:07 +1000 Rusty Russell <[email protected]> wrote: > > @@ -420,7 +421,7 @@ static int __init init(void) > lock_cpu_hotplug(); > if (cpu_has_pge) { /* We have a broader idea of "global". */ > cpu_had_pge = 1; > - on_each_cpu(adjust_pge, 0, 0, 1); > + on_each_cpu(adjust_pge, (void *)0, 0, 1); Sorry? What ever happened to a simple NULL? -- Cheers, Stephen Rothwell [email protected] http://www.canb.auug.org.au/~sfr/
Attachment:
pgpZBYgumDGSu.pgp
Description: PGP signature
- Follow-Ups:
- Re: [PATCH 1/6] lguest: host code tidyups
- From: Stephen Rothwell <[email protected]>
- Re: [PATCH 1/6] lguest: host code tidyups
- References:
- [PATCH 1/6] lguest: host code tidyups
- From: Rusty Russell <[email protected]>
- [PATCH 1/6] lguest: host code tidyups
- Prev by Date: web server performance problem on 2.6.21.1
- Next by Date: Re: IT821x: no DMA since 2.6.21
- Previous by thread: [PATCH 6/6] lguest: block driver tidyups
- Next by thread: Re: [PATCH 1/6] lguest: host code tidyups
- Index(es):