Skip to content

Commit e449c83

Browse files
t-8chKAGA-KOKO
authored andcommitted
powerpc/vdso: Remove offset comment from 32bit vdso_arch_data
This offset was copy-pasted from the systemcfg structure. It has no meaning for the 32bit VDSO. Signed-off-by: Thomas Weißschuh <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lore.kernel.org/all/[email protected]
1 parent e93d252 commit e449c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/powerpc/include/asm/vdso_datapage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ struct vdso_arch_data {
9292
* And here is the simpler 32 bits version
9393
*/
9494
struct vdso_arch_data {
95-
__u64 tb_ticks_per_sec; /* Timebase tics / sec 0x38 */
95+
__u64 tb_ticks_per_sec; /* Timebase tics / sec */
9696
__u32 syscall_map[SYSCALL_MAP_SIZE]; /* Map of syscalls */
9797
__u32 compat_syscall_map[0]; /* No compat syscalls on PPC32 */
9898
struct vdso_data data[CS_BASES];

0 commit comments

Comments
 (0)