On Thu, 2010-10-28 at 13:13 -0400, John David Anglin wrote: > > On Thu, 2010-10-28 at 01:18 -0400, John David Anglin wrote: > > > Signed-off-by: John David Anglin <dave.anglin@xxxxxxxxxxxxxx> > > > > > > Sent effectively the same change to parisc-linux list months ago... > > > > You did? Why didn't you send it to Peter? When I grumbled at him on > > IRC for breaking parisc (as well as quite a few other 64 bit > > architectures in mainline) he had no idea there was a problem. > > For example, it is in the diff recently posted here: > http://permalink.gmane.org/gmane.linux.ports.parisc/3173 > This diff is from last May. Um, so that doesn't fix the compile failure. The specific problem is that kmap_atomic no longer takes the index argument because Peter moved it to a stack based implementation. All our kmap_atomic primitives in asm/cacheflush.h still have the extra index argument which causes a compile failure. To fix it, I had to run through a bunch of renames and extra argument removals. James -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxxx For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>