Skip to content

Commit 7edc25b

Browse files
dlechProject516
authored andcommitted
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 5b51745 commit 7edc25b

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
@@ -896,7 +896,7 @@ struct sk_buff {
896896
* want to keep them across layers you have to do a skb_clone()
897897
* first. This is owned by whoever has the skb queued ATM.
898898
*/
899-
char cb[48] __aligned(8);
899+
char cb[64] __aligned(8);
900900

901901
union {
902902
struct {

0 commit comments

Comments
 (0)