Date: Mon, 4 Dec 2006 16:37:39 GMT From: Todd Miller <millert@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 111022 for review Message-ID: <200612041637.kB4GbdNB058946@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=111022 Change 111022 by millert@millert_g5tower on 2006/12/04 16:37:20 Map GFP_ATOMIC to M_NOWAIT like it should be. Affected files ... .. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/sedarwin/linux-compat.h#3 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/sedarwin/linux-compat.h#3 (text+ko) ==== @@ -128,7 +128,7 @@ #define kstrdup(str, flags) sebsd_strdup(str, M_SEBSD, flags) #define kfree(addr) sebsd_free(addr, M_SEBSD) #define __get_free_page(flags) sebsd_malloc(PAGE_SIZE, M_SEBSD, flags) -#define GFP_ATOMIC M_WAITOK /* XXX - want M_NOWAIT but too early */ +#define GFP_ATOMIC M_NOWAIT #define GFP_KERNEL M_WAITOK /* TBD: no boot-time tunable support yet */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612041637.kB4GbdNB058946>