summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/ChangeLog
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2008-07-23 06:50:00 +0000
committerTill Straumann <strauman@slac.stanford.edu>2008-07-23 06:50:00 +0000
commitb7d1f290d7bcbe7f59d8ee56112cdd902826700a (patch)
treeb86be4da73937bd0383922161187adad1dfecf10 /c/src/lib/libcpu/powerpc/ChangeLog
parent2008-07-21 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-b7d1f290d7bcbe7f59d8ee56112cdd902826700a.tar.bz2
2008-07-22 Till Straumann <strauman@slac.stanford.edu>
* ppc403/clock/clock.c: Added (conditionally compiled) code so that a BSP can choose to hook the timer exception directly rather than going through the interrupt dispatcher.
Diffstat (limited to 'c/src/lib/libcpu/powerpc/ChangeLog')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index cb561afbd4..097f27df2b 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,3 +1,9 @@
+2008-07-22 Till Straumann <strauman@slac.stanford.edu>
+
+ * ppc403/clock/clock.c: Added (conditionally compiled)
+ code so that a BSP can choose to hook the timer exception
+ directly rather than going through the interrupt dispatcher.
+
2008-07-21 Till Straumann <strauman@slac.stanford.edu>
* new-exceptions/raw_exception,h,