commit | 3c1df68b848b39270752ff8d4b956cc4a4dce0f6 | [log] [tgz] |
---|---|---|
author | Arjan van de Ven <arjan@linux.intel.com> | Wed Jan 30 13:34:07 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 30 13:34:07 2008 +0100 |
tree | 7edffa58f936a55fe6a69ca32cde71c0b9d20354 | |
parent | 488fd99588bf23da951b524a806e44feaa1aa366 [diff] |
x86: make sure initmem is writable When we free initmem, various rodata and CPA checks may have left memory read only.. this patch ensures that the memory is writable before we free it. Signed-off-by: Arjan van de Ven <arjan@linux.intel.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>