Robin Holt wrote on Wednesday, April 12, 2006 12:19 AM > Does the attached seem like the right direction? I have tested it on > the simulator and it seems _much_ faster, but that is the simulator. > I have time reserved on the machine where the problem was first observed > later today to test it on actual hardware. Very nice! > + next_page_offset = ALIGN(end_address, sizeof(struct page)); ALIGN only works on power of 2 alignment, I think you would get very unpleasant rounding with the above. - Ken - To unsubscribe from this list: send the line "unsubscribe linux-ia64" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Thu Apr 13 03:22:53 2006
This archive was generated by hypermail 2.1.8 : 2006-04-13 03:23:03 EST