K 10 svn:author V 3 bde K 8 svn:date V 27 2002-09-15T20:48:08.000000Z K 7 svn:log V 558 Made this compile (but not work). This involved mainly const poisoning and renaming ALIGNED_POINTER() to _ALIGNED_POINTER() plus the following hacks for i386's: - define _ALIGNED_POINTER() if it is not already defined. Most non-i386 arches define it define it in , although none actually used it in the kernel. - define ksym_start and ksym_end. Most non-i386 arches still define and initialize these in machdep.c although they didn't used them. Here is a better place to define them but not to initialize them. END