Commit df82bdb
committed
interrupt: alloc child irq_desc on runtime heap
Changes allocation of child irq_desc from system heap
to runtime heap, so it can be freed on interrupt unregister.
It also requires changing the number of runtime heap blocks.
1024 size blocks can be disabled for now, as they aren't used.
Signed-off-by: Tomasz Lauda <tomasz.lauda@linux.intel.com>1 parent 156d946 commit df82bdb
3 files changed
Lines changed: 6 additions & 6 deletions
File tree
- src
- lib
- platform
- apollolake/include/platform
- cannonlake/include/platform
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
142 | | - | |
| 141 | + | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
178 | | - | |
179 | | - | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| |||
0 commit comments