1
0
forked from pool/kernel-source

GIT Revision: 12ac0acca09ab7ae651970f3a7e181e42e8cf4e2

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=6867
This commit is contained in:
Michal Marek
2010-11-23 06:01:46 +00:00
committed by Git OBS Bridge
parent 632f436ab8
commit 56b8aa6753
35 changed files with 474 additions and 55 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Nov 22 19:48:15 CET 2010 - jeffm@suse.com
- Update to 2.6.37-rc3.
- Eliminated 1 patch.
- commit 12ac0ac
-------------------------------------------------------------------
Mon Nov 22 10:21:28 CET 2010 - jslaby@suse.cz
- Delete patches.fixes/make-note_interrupt-fast.diff.
- Delete patches.fixes/twl6030-fix-note_interrupt-call.
__do_IRQ from ia64 lapic code is no longer called, because they use
genirqs properly. So these patches don't make sense anymore. If we
need something to do, then it's adding action_ret == IRQ_NONE test
into handle_percpu_irq before jumping into note_interrupt.
- commit facd623
-------------------------------------------------------------------
Sun Nov 21 16:35:45 CET 2010 - jslaby@suse.cz