ChangeSet@1.2124.1.1, 2004-12-04 19:34:20-08:00, davem@nuts.davemloft.net
  [SPARC64]: Fix SMP cpu bringup bug when bigkernel.
  
  We have to load the bigkernel second TLB entry on
  secondary processors before we move over the use
  the kernel trap table.  Otherwise we can take a
  TLB miss somewhere in the post-4MB area and the
  TLB handler is not prepared to service that.
  
  The case that usually occurs is the prom_set_trap_table
  call made by trampoline.S, since p1275buf usually sits
  very near the end of the kernel image.  It worked by
  luck most of the time as long as p1275buf sits within
  a single page since earlier code running in trampoline.S
  forced that TLB entry to be loaded by the OBP TLB miss
  handler.
  
  This was not fun to figure out.
  
  Signed-off-by: David S. Miller <davem@davemloft.net>

ChangeSet@1.2098.1.3, 2004-12-03 22:32:50+00:00, rmk@flint.arm.linux.org.uk
  [ARM] Add per_cpu data area to linker script.

ChangeSet@1.2098.1.2, 2004-12-03 22:22:04+00:00, rmk@flint.arm.linux.org.uk
  [ARM] Ensure user ops pass 64-bit constants in even,odd registers.
  
  Always pass values to get_user and put_user in an even numbered
  register, and optionally the next odd numbered register.  This
  ensures that we are compatible with compiler enhancements.

ChangeSet@1.2124, 2004-12-03 12:57:06-08:00, torvalds@ppc970.osdl.org
  Linux 2.6.10-rc3
  TAG: v2.6.10-rc3