commit | 7317ac87119dfb6fac36af4bcc64a25b62b5898d | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Sun Feb 07 12:30:12 2010 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Feb 09 13:56:07 2010 +1100 |
tree | b426ba6d983f0eb0eb6273d392349d8f979f95a2 | |
parent | 66fcb1059deeae072c1bf1536a8e2613028bce3e [diff] |
powerpc: Convert mmu context allocator from idr to ida We can use the much more lightweight ida allocator since we don't need the pointer storage idr provides. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>