Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205491
b: refs/heads/master
c: d7a0380
h: refs/heads/master
i:
  205489: 6c13217
  205487: accbbb1
v: v3
  • Loading branch information
Jiri Slaby authored and H. Peter Anvin committed Jun 18, 2010
1 parent 85cae4e commit 5a28766
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8b8f79b927b6b302bb65fb8c56e7a19be5fbdbef
refs/heads/master: d7a0380dc3e6607d30ccdfc3cfc2ccee0d966716
2 changes: 1 addition & 1 deletion trunk/arch/x86/vdso/vdso32-setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ int arch_setup_additional_pages(struct linux_binprm *bprm, int uses_interp)

#ifdef CONFIG_X86_64

__initcall(sysenter_setup);
subsys_initcall(sysenter_setup);

#ifdef CONFIG_SYSCTL
/* Register vsyscall32 into the ABI table */
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/vdso/vma.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ static int __init init_vdso_vars(void)
vdso_enabled = 0;
return -ENOMEM;
}
__initcall(init_vdso_vars);
subsys_initcall(init_vdso_vars);

struct linux_binprm;

Expand Down

0 comments on commit 5a28766

Please sign in to comment.