projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22de5d6
)
parisc: Fix comment on Elf64 function descriptor
author
Helge Deller
<deller@gmx.de>
Thu, 17 Aug 2023 21:45:01 +0000
(23:45 +0200)
committer
Helge Deller
<deller@gmx.de>
Tue, 22 Aug 2023 08:24:47 +0000
(10:24 +0200)
The format of the Elf64 function descriptor is defined by the ABI.
Mention the various use cases in the comment.
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/include/asm/elf.h
patch
|
blob
|
history
diff --git
a/arch/parisc/include/asm/elf.h
b/arch/parisc/include/asm/elf.h
index cc426d365892b517c175928692bc44a5ebfb7a28..140eaa97bf215dcde034591222b11098f3160d0a 100644
(file)
--- a/
arch/parisc/include/asm/elf.h
+++ b/
arch/parisc/include/asm/elf.h
@@
-163,8
+163,7
@@
typedef struct elf32_fdesc {
/* Format for the Elf64 Function descriptor */
typedef struct elf64_fdesc {
- __u64 dummy[2]; /* FIXME: nothing uses these, why waste
- * the space */
+ __u64 dummy[2]; /* used by 64-bit eBPF and tracing functions */
__u64 addr;
__u64 gp;
} Elf64_Fdesc;