ia64/xen-unstable
changeset 518:ee2f1ee6adfc
bitkeeper revision 1.285 (3f0946eePSJ_OvhlqS8HQgEe_dGNvg)
Remove DOM_PHD following keir's similar changes
Remove DOM_PHD following keir's similar changes
author | rac61@labyrinth.cl.cam.ac.uk |
---|---|
date | Mon Jul 07 10:09:50 2003 +0000 (2003-07-07) |
parents | 93c7dcf4a80e |
children | 8f3e358c9972 |
files | xenolinux-2.4.21-sparse/arch/xeno/drivers/dom0/dom0_core.c |
line diff
1.1 --- a/xenolinux-2.4.21-sparse/arch/xeno/drivers/dom0/dom0_core.c Mon Jul 07 10:07:49 2003 +0000 1.2 +++ b/xenolinux-2.4.21-sparse/arch/xeno/drivers/dom0/dom0_core.c Mon Jul 07 10:09:50 2003 +0000 1.3 @@ -43,7 +43,6 @@ typedef struct proc_mem_data { 1.4 int tot_pages; 1.5 } proc_memdata_t; 1.6 1.7 -#define DOM_PHD "phd" 1.8 #define MAP_DISCONT 1 1.9 1.10 extern struct file_operations dom0_phd_fops; 1.11 @@ -155,7 +154,7 @@ static void create_proc_dom_entries(int 1.12 file->data = (void *) dom; 1.13 } 1.14 1.15 - file = create_proc_entry(DOM_PHD, 0600, dir); 1.16 + file = create_proc_entry("phd", 0600, dir); 1.17 if (file != NULL) 1.18 { 1.19 file->owner = THIS_MODULE; 1.20 @@ -388,8 +387,8 @@ static int xeno_domains_show(struct seq_ 1.21 di -> u.getdominfo.pg_head, 1.22 di -> u.getdominfo.tot_pages, 1.23 di -> u.getdominfo.name); 1.24 + 1.25 return 0; 1.26 - 1.27 } 1.28 1.29 struct seq_operations xeno_domains_op = {