Displaying 1 result from an estimated 1 matches for "config_xen_arch".
2005 Jul 05
2
Pre-OLS attempt for (xen)linux directory structure convergence
...p
linux/drivers/xen/core/ - contains xen code that
is common to all xen architectures, but is not
specific to a particular driver class
linux/drivers/xen/{blkback,...}/ - contains xen code
that is (or soon will be) common for specific drivers
CONFIG_XEN is used in config/Makefiles/code.
CONFIG_XEN_arch (e.g. CONFIG_XEN_X86) is used (only
if absolutely necessary) in xen common code to
indicate code that is archdep
[1] this includes header files containing macros/inlines
to "arch-dep''ify" code in linux/drivers/xen; these
header files do not exist today because al...