Linux MIPS Architecture development
 help / color / mirror / Atom feed
* Changes to head.S
@ 2002-03-03 17:50 Rani Assaf
  2002-03-03 21:56 ` Ralf Baechle
  0 siblings, 1 reply; 6+ messages in thread
From: Rani Assaf @ 2002-03-03 17:50 UTC (permalink / raw)
  To: linux-mips

Hi,

I'm  working  on  support  for  IDT  RC32355  CPU  on  a  board  we're
developping and  when trying to port  my code to a  recent snapshot of
the cvs  tree (up  to now,  I was using  a snapshot  dated of  dec 15,
2001),  the kernel  crashed at  boot  while starting  the init  thread
(unaligned access).

Looking at the diffs, I noticed  that putting back the following lines
at  the end  of head.S  (they've  been removed  in revision  1.29.2.4)
resolves the problem:

/*
 * Align to 8kb boundary for init_task_union which follows in the
 * .text segment.
 */
		.text
                .align  13

Any idea why they have been removed?

BTW,  print_memory_map()  (in  kernel.c)  now uses  long  long  format
without casting (which obviously gives wrong numbers on 32bits archs).

Regards,
Rani

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2002-03-04  0:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-03 17:50 Changes to head.S Rani Assaf
2002-03-03 21:56 ` Ralf Baechle
2002-03-03 22:04   ` Rani Assaf
2002-03-03 22:19     ` Ralf Baechle
2002-03-03 22:54       ` Rani Assaf
2002-03-03 23:32         ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox