We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e93d252 commit e449c83Copy full SHA for e449c83
arch/powerpc/include/asm/vdso_datapage.h
@@ -92,7 +92,7 @@ struct vdso_arch_data {
92
* And here is the simpler 32 bits version
93
*/
94
struct vdso_arch_data {
95
- __u64 tb_ticks_per_sec; /* Timebase tics / sec 0x38 */
+ __u64 tb_ticks_per_sec; /* Timebase tics / sec */
96
__u32 syscall_map[SYSCALL_MAP_SIZE]; /* Map of syscalls */
97
__u32 compat_syscall_map[0]; /* No compat syscalls on PPC32 */
98
struct vdso_data data[CS_BASES];
0 commit comments