On Fri, Sep 24, 2004 at 01:31:23AM +0900, Keiichiro Tokunaga wrote: > > -int __init register_node(struct node *node, int num, struct node *parent) > +int register_node(struct node *node, int num, struct node *parent) __devinit please > +void unregister_node(struct node *node, struct node *parent) unregister_node is required only for hotplug case. Please hide this function under suitable #ifdef's, say this is only required if CONFIG_HOTPLUG is enabled. > + sysdev_remove_file(&node->sysdev, &attr_cpumap); > + sysdev_remove_file(&node->sysdev, &attr_meminfo); add sysdev_remove_file(&node->sysdev, &attr_numastat); > +EXPORT_SYMBOL(node_online_map); Why do you need this in this patch? - To unsubscribe from this list: send the line "unsubscribe linux-ia64" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Mon Sep 27 14:53:08 2004
This archive was generated by hypermail 2.1.8 : 2005-08-02 09:20:31 EST