From: David S. Miller Date: Wed, 1 Apr 2009 23:15:20 +0000 (-0700) Subject: sparc64: Get rid of real_setup_per_cpu_areas(). X-Git-Tag: v2.6.31-rc1~310^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73fffc037e2383a0ed126d57bdcda9b369769ae8;p=pandora-kernel.git sparc64: Get rid of real_setup_per_cpu_areas(). Now that we defer the cpu_data() initializations to the end of per-cpu setup, we can get rid of this local hack we had to setup the per-cpu areas eary. This is a necessary step in order to support HAVE_DYNAMIC_PER_CPU_AREA since the per-cpu setup must run when page structs are available. Signed-off-by: David S. Miller --- Reading git-diff-tree failed