Skip to content

Commit c0decd8

Browse files
committed
remoteproc: add page lookup for TI PRU to ELF loader
This adds a special handler to the default remoteproc ELF firmware loader that looks up the memory page on TI PRU firmware files. These processors have multiple memory maps that share the same address space, so we need to know the page in addition to the physical address in order to translate the address to a local CPU address. Signed-off-by: David Lechner <[email protected]>
1 parent e1f8ece commit c0decd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/skbuff.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ struct sk_buff {
890890
* want to keep them across layers you have to do a skb_clone()
891891
* first. This is owned by whoever has the skb queued ATM.
892892
*/
893-
char cb[48] __aligned(8);
893+
char cb[64] __aligned(8);
894894

895895
union {
896896
struct {

0 commit comments

Comments
 (0)