Re: [PATCH] CKRM [1/8] Base CKRM events, mods to existing kernel code
From: Alexey Dobriyan
Date: Thu Feb 24 2005 - 06:28:43 EST
On Thursday 24 February 2005 11:33, Gerrit Huizenga wrote:
> Core CKRM Event Callbacks.
> Not yet Addressed:
> Use of __bitwise and sparse in enum's
You can look at include/linux/pm.h to see an example.
--- linux-2.6.11-rc5.orig/init/Kconfig
+++ linux-2.6.11-rc5/init/Kconfig
> + If you say Y here, enable the Resource Class File System and atleast
^^^
Missing space.
--- /dev/null
+++ linux-2.6.11-rc5/kernel/ckrm/ckrm_events.c
> +#include <linux/config.h>
Move this to include/linux/ckrm_events.h. ckrm_events.c does not use CONFIG_*
symbols while ckrm_events.h does use CONFIG_CKRM.
Alexey
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/