From: Takeharu KATO <takeharu1219@ybb.ne.jp>
To: Kumar Gala <kumar.gala@freescale.com>
Cc: Glenn Burkhardt <glenn@aoi-industries.com>,
"Gala Kumar K.-galak" <galak@freescale.com>,
linuxppc-embedded@ozlabs.org
Subject: Re: [PATCH] BOOKE_WDT Part 1/2 (Re: PPC 44x Watchdog timer)
Date: Tue, 17 May 2005 14:59:01 +0900 [thread overview]
Message-ID: <42898825.3000803@ybb.ne.jp> (raw)
In-Reply-To: <63792af268f18c480d5ecf218a4e61af@freescale.com>
Hi Kumar:
Kumar Gala wrote:
> No problem, can you replace all the cmd line parsing with early_param()
> code in arch/ppc/kernel/setup.c. Take a look at
> arch/ppc64/kernel/setup.c for an example. We still need to add a call
> to parse_early_param() in setup_arch().
>
Sorry, I can not figure out what you want.
As far as I look the source tree,arch/ppc/kernel/setup.c does not have
the function called early_param.
Would you give me a more precise explanation?
> Matt & I need to talk about the driver patch. Once I have more feedback
> on that I'll let you know. The major issue I have is having the
> interrupt handler in drivers/char/watchdog/.. instead of
> arch/ppc/kernel/traps.c. However, I dont have a good idea how to
> structure the changes.
>
Certainly, moving the interrupt handler from
drivers/char/watchdog/booke_wdt.c to arch/ppc/kernel/traps.c
is easy, but I can not tell whether it is good or not.
But the handler is not used by the core kernel.
From this point of view, the handler should not be placed
in arch/ppc/kernel/traps.c. This is the reason why I locate
the exception handler in the driver part.
Anyway, I'll try to move this handler into arch/ppc/kernel/traps.c
for the moment.
next prev parent reply other threads:[~2005-05-17 5:53 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-19 1:37 PPC 44x Watchdog timer Glenn Burkhardt
2005-04-20 11:35 ` Takeharu KATO
2005-04-20 12:02 ` Glenn Burkhardt
2005-05-05 2:07 ` Takeharu KATO
2005-05-05 14:02 ` Kumar Gala
2005-05-05 21:43 ` Takeharu KATO
2005-05-06 21:04 ` [PATCH] BOOKE_WDT Part 1/2 (Re: PPC 44x Watchdog timer) Takeharu KATO
2005-05-12 15:37 ` Kumar Gala
2005-05-16 6:57 ` Takeharu KATO
2005-05-17 1:21 ` Kumar Gala
2005-05-17 5:59 ` Takeharu KATO [this message]
2005-05-17 14:47 ` Takeharu KATO
2005-05-17 17:00 ` Kumar Gala
2005-05-17 17:41 ` Takeharu KATO
2005-05-06 21:04 ` [PATCH] BOOKE_WDT Part 2/2 " Takeharu KATO
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=42898825.3000803@ybb.ne.jp \
--to=takeharu1219@ybb.ne.jp \
--cc=galak@freescale.com \
--cc=glenn@aoi-industries.com \
--cc=kumar.gala@freescale.com \
--cc=linuxppc-embedded@ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).