commit | ffc45571dfb4b70e7eda8d97f64a05f5e5a992ac | [log] [tgz] |
---|---|---|
author | Aron Griffis <aron@hp.com> | Tue Oct 17 00:28:15 2006 -0400 |
committer | Tony Luck <tony.luck@intel.com> | Tue Oct 17 14:49:15 2006 -0700 |
tree | 2393f490879bf4ecd147054ce1db42e18b0e645b | |
parent | 3bbe486b361b317ac7103378ed3d1aab4779715e [diff] |
[IA64] move ioremap/ioremap_nocache under __KERNEL__ I noticed these are declared extern outside of __KERNEL__, but surely they wouldn't be available to userland since they're defined in ioremap.c. Am I missing something here? If I'm right about this, then there's probably a good deal of other stuff in io.h that could move inside __KERNEL__, but at least this is a start. Signed-off-by: Aron Griffis <aron@hp.com> Signed-off-by: Tony Luck <tony.luck@intel.com>