commit | 73fffc037e2383a0ed126d57bdcda9b369769ae8 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Wed Apr 01 16:15:20 2009 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 16 04:56:23 2009 -0700 |
tree | 9099954565aac8e2ea1b0e040662d6ca14844027 | |
parent | b696fdc259f0d94348a9327bed352fac44d4883d [diff] |
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 <davem@davemloft.net>