commit | c5e147cf5aeb31aa1a9030be9727914855fc4133 | [log] [tgz] |
---|---|---|
author | Rene Herman <rene.herman@keyaccess.nl> | Fri Aug 22 01:02:20 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Aug 22 06:07:32 2008 +0200 |
tree | 629ef413be79bb1b58a3951f92b9dc6efe7af8f9 | |
parent | 9a79f4f491f92bc713e1f28f96516b141b752600 [diff] |
x86: have set_memory_array_{uc,wb} coalesce memtypes. Actually, might as well simply reconstruct the memtype list at free time I guess. How is this for a coalescing version of the array functions? Compiles, boots and provides me with: root@7ixe4:~# wc -l /debug/x86/pat_memtype_list 53 /debug/x86/pat_memtype_list otherwise (down from 16384+). Signed-off-by: Ingo Molnar <mingo@elte.hu>