From: Dan Malek <dan@netx4.com>
To: diekema_jon <diekema@bucks.si.com>
Cc: linuxppc-embedded@lists.linuxppc.org, dan_malek@mvista.com,
all@cideas.com
Subject: Re: Missing cpm_install_handler/cpm_free_handler on the MPC8260 port
Date: Thu, 22 Jun 2000 11:03:18 -0400 [thread overview]
Message-ID: <39522AB6.230ED909@embeddededge.com> (raw)
In-Reply-To: m1357B4-001SyaC@bucks
diekema_jon wrote:
> It appears that the interrupt controller on the MPC8260 is a bit
> different from the MPC8xx.
That is why these functions are not needed on the 8260. On the 8xx,
the CPM is a second level interrupt controller from the PowerPC core.
That is, the CPM was one interrupt vector from the SIU core, and the
CPM further multiplexed all interrupts from its devices.
On the 8260, all CPM devices are unique interrupts from the SIU core,
so they use the "standard" internal interrupt controller functions. I
don't know what a "CPM interrupt" function would do on the 8260, other
than be a single line of code that calls the SIU interrupt function
with exactly the same parameters.
-- Dan
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
prev parent reply other threads:[~2000-06-22 15:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-06-22 13:37 Missing cpm_install_handler/cpm_free_handler on the MPC8260 port diekema_jon
2000-06-22 15:03 ` Dan Malek [this message]
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=39522AB6.230ED909@embeddededge.com \
--to=dan@netx4.com \
--cc=all@cideas.com \
--cc=dan_malek@mvista.com \
--cc=diekema@bucks.si.com \
--cc=linuxppc-embedded@lists.linuxppc.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).