forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-20 e636c8d336489bf3eed5878299e6cc045bbad077
kernel/Documentation/ABI/stable/vdso
....@@ -1,3 +1,9 @@
1
+What: vDSO
2
+Date: July 2011
3
+KernelVersion: 3.0
4
+Contact: Andy Lutomirski <luto@kernel.org>
5
+Description:
6
+
17 On some architectures, when the kernel loads any userspace program it
28 maps an ELF DSO into that program's address space. This DSO is called
39 the vDSO and it often contains useful and highly-optimized alternatives
....@@ -23,6 +29,7 @@
2329 ABI of those symbols is considered stable. It may vary across architectures,
2430 though.
2531
26
-(As of this writing, this ABI documentation as been confirmed for x86_64.
32
+Note:
33
+ As of this writing, this ABI documentation as been confirmed for x86_64.
2734 The maintainers of the other vDSO-using architectures should confirm
28
- that it is correct for their architecture.)
35
+ that it is correct for their architecture.