Linux PARISC architecture development
 help / color / mirror / Atom feed
* [parisc-linux] Crash dump module
@ 2000-11-22 14:14 Bruno Vidal
  2000-11-22 14:44 ` Randolph Chung
  2000-11-22 16:27 ` Grant Grundler
  0 siblings, 2 replies; 3+ messages in thread
From: Bruno Vidal @ 2000-11-22 14:14 UTC (permalink / raw)
  To: parisc-linux@thepuffingroup.com

	Hi
Good news, I've finished to recompile the entire chain on hpux 11.00 64bits.
I've recompile my own kernel and booted a small 712/60. It work pretty well.
Now I'm going to start the work about crash dump. So, In my mind, I'll start
from the linux/kernel/panic.c function and I'll add a function dumpsys.c
in the linux/arch/paric directory -> is it okay for you ?
It will depend on the CONFIG_PARISC var (or do you prefer adding a CONFIG_DUMPSYS var ?)

	thanks.

-- 
	Vidal Bruno, (770-4271)
        SSD-HA Team, HP-UX & LINUX Support
	bruno_vidal@admin.france.hp.com

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

* Re: [parisc-linux] Crash dump module
  2000-11-22 14:14 [parisc-linux] Crash dump module Bruno Vidal
@ 2000-11-22 14:44 ` Randolph Chung
  2000-11-22 16:27 ` Grant Grundler
  1 sibling, 0 replies; 3+ messages in thread
From: Randolph Chung @ 2000-11-22 14:44 UTC (permalink / raw)
  To: Bruno Vidal; +Cc: parisc-linux@thepuffingroup.com

> It will depend on the CONFIG_PARISC var (or do you prefer adding a CONFIG_DUMPSYS var ?)

I think there was a consensus to use __hppa__ instead of CONFIG_PARISC
...

randolph
-- 
   @..@                                         http://www.TauSq.org/
  (----)
 ( >__< )
 ^^ ~~ ^^

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

* Re: [parisc-linux] Crash dump module
  2000-11-22 14:14 [parisc-linux] Crash dump module Bruno Vidal
  2000-11-22 14:44 ` Randolph Chung
@ 2000-11-22 16:27 ` Grant Grundler
  1 sibling, 0 replies; 3+ messages in thread
From: Grant Grundler @ 2000-11-22 16:27 UTC (permalink / raw)
  To: Bruno Vidal; +Cc: parisc-linux

Bruno Vidal wrote:
> 	Hi
> Good news, I've finished to recompile the entire chain on hpux 11.00 64bits.
> I've recompile my own kernel and booted a small 712/60. It work pretty well.
> Now I'm going to start the work about crash dump. So, In my mind, I'll start
> from the linux/kernel/panic.c function and I'll add a function dumpsys.c
> in the linux/arch/paric directory -> is it okay for you ?

YES!

> It will depend on the CONFIG_PARISC var
> (or do you prefer adding a CONFIG_DUMPSYS var ?)

As Randolph pointed out CONFIG_PARISC is deprecated.
Use "ifdef __hppa__" for changes in *common* (ie not arch/parisc)
files. They should not be needed for anything in arch/parisc
or linux/include/asm-parisc.

Adding a CONFIG_DUMPSYS is a good idea.
Look in linux/arch/parisc/config.in, linux/arch/parisc/defconfig, 
and the various Makefiles for how CONFIG_* flags work.

thanks Bruno!
grant

Grant Grundler
Unix Systems Enablement Lab
+1.408.447.7253

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

end of thread, other threads:[~2000-11-22 16:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-11-22 14:14 [parisc-linux] Crash dump module Bruno Vidal
2000-11-22 14:44 ` Randolph Chung
2000-11-22 16:27 ` Grant Grundler

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