direct-io.hg
changeset 10799:d7a511069a32
[IA64] remove duplicated console_endboot().
There are two. one is in construct_dom0() and another is in start_kernel()
Like x86, left the one in start_kernel()
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
There are two. one is in construct_dom0() and another is in start_kernel()
Like x86, left the one in start_kernel()
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
author | awilliam@xenbuild.aw |
---|---|
date | Mon Jul 10 14:12:47 2006 -0600 (2006-07-10) |
parents | bdc0258e162a |
children | dc26ac2f7718 |
files | xen/arch/ia64/xen/domain.c |
line diff
1.1 --- a/xen/arch/ia64/xen/domain.c Mon Jul 10 14:11:44 2006 -0600 1.2 +++ b/xen/arch/ia64/xen/domain.c Mon Jul 10 14:12:47 2006 -0600 1.3 @@ -904,8 +904,6 @@ int construct_dom0(struct domain *d, 1.4 si->nr_pages = max_pages; 1.5 si->flags = SIF_INITDOMAIN|SIF_PRIVILEGED; 1.6 1.7 - console_endboot(); 1.8 - 1.9 printk("Dom0: 0x%lx\n", (u64)dom0); 1.10 1.11 #ifdef VALIDATE_VT