https://github.com/torvalds/linux
Revision a2b2f45be7e9138bde7fcba3b8e9257fea04d087 authored by Al Viro on 23 August 2005, 21:45:41 UTC, committed by Linus Torvalds on 24 August 2005, 01:43:41 UTC
infiniband uses PCI helpers all over the place (including the core parts) and
won't build without PCI.

Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent 697ae16
Raw File
Tip revision: a2b2f45be7e9138bde7fcba3b8e9257fea04d087 authored by Al Viro on 23 August 2005, 21:45:41 UTC
[PATCH] Kconfig fix (infiniband and PCI)
Tip revision: a2b2f45
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