/* * Mark the prot value as uncacheable and unbufferable.
*/ #define pgprot_noncached(prot) (prot) #define pgprot_writecombine(prot) (prot) #define pgprot_device(prot) (prot)
/* * These would be in other places but having them here reduces the diffs.
*/ externunsignedint kobjsize(constvoid *objp);
/* * All 32bit addresses are effectively valid for vmalloc... * Sort of meaningless for non-VM targets.
*/ #define VMALLOC_START 0UL #define VMALLOC_END 0xffffffffUL
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.