https://github.com/torvalds/linux
Revision 21b3d1d792af367854e61ee05dd9b2c931b60fed authored by Matthew Wilcox on 18 November 2005, 21:20:10 UTC, committed by Kyle McMartin on 18 November 2005, 21:20:10 UTC
These drivers do not compile on big endian systems, and parisc
is big endian. Also mark some as broken on m68k as well.

Signed-off-by: Matthew Wilcox <willy@parisc-linux.org>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
1 parent 41df894
Raw File
Tip revision: 21b3d1d792af367854e61ee05dd9b2c931b60fed authored by Matthew Wilcox on 18 November 2005, 21:20:10 UTC
[PARISC] Mark hisax and pcbit ISDN drivers as not for parisc
Tip revision: 21b3d1d
internal.h
/* internal.h: mm/ internal definitions
 *
 * Copyright (C) 2004 Red Hat, Inc. All Rights Reserved.
 * Written by David Howells (dhowells@redhat.com)
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version
 * 2 of the License, or (at your option) any later version.
 */

/* page_alloc.c */
extern void set_page_refs(struct page *page, int order);
back to top