Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80366
b: refs/heads/master
c: 08b6d29
h: refs/heads/master
v: v3
  • Loading branch information
Sam Ravnborg authored and Ingo Molnar committed Jan 30, 2008
1 parent a1de987 commit 14c930f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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: e68decb52104388ed6c6218be926e10e6cde2814
refs/heads/master: 08b6d290f977d8145804fd2b9bc2c331f2484f8e
2 changes: 1 addition & 1 deletion trunk/arch/x86/xen/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ static void xen_idle(void)
/*
* Set the bit indicating "nosegneg" library variants should be used.
*/
static void fiddle_vdso(void)
static void __init fiddle_vdso(void)
{
extern const char vdso32_default_start;
u32 *mask = VDSO32_SYMBOL(&vdso32_default_start, NOTE_MASK);
Expand Down
6 changes: 4 additions & 2 deletions trunk/arch/x86/xen/xen-head.S
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,18 @@
#ifdef CONFIG_XEN

#include <linux/elfnote.h>
#include <linux/init.h>
#include <asm/boot.h>
#include <xen/interface/elfnote.h>

.pushsection .init.text
__INIT
ENTRY(startup_xen)
movl %esi,xen_start_info
cld
movl $(init_thread_union+THREAD_SIZE),%esp
jmp xen_start_kernel
.popsection

__FINIT

.pushsection .bss.page_aligned
.align PAGE_SIZE_asm
Expand Down

0 comments on commit 14c930f

Please sign in to comment.