From: Brian Gerst Date: Tue, 27 Jan 2009 03:56:47 +0000 (+0900) Subject: x86: always page-align per-cpu area start and size X-Git-Tag: v2.6.30-rc1~2^2~50^2~52^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74631a248dc2c2129a96f6b8b706ed54bb5c3d3c;p=pandora-kernel.git x86: always page-align per-cpu area start and size Impact: cleanup The way the code is written, align is always PAGE_SIZE. Simplify the code by removing the align variable. Signed-off-by: Brian Gerst Signed-off-by: Tejun Heo --- Reading git-diff-tree failed