commit | dbcb4660246c240a159b4037067fdedb563a63cb | [log] [tgz] |
---|---|---|
author | Glauber de Oliveira Costa <gcosta@redhat.com> | Wed Jan 30 13:31:31 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 30 13:31:31 2008 +0100 |
tree | a6f7bbbd1165c14a245bfb6485302b97c6093d2e | |
parent | cb38d377337cadd73fe4c582f77c5273685aeb71 [diff] |
x86: unify TASK_ALIGN definitions This patch moves the TASK_ALIGN constraints to common header. The base of it is the same for x86_64 and i386. The only difference is the presence of vSMP in x86_64. As it's not a worry in i386, we can safely use the same code for both. Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>