Deleted Added
full compact
mthca_memfree.c (263620) mthca_memfree.c (273135)
1/*
2 * Copyright (c) 2004, 2005 Topspin Communications. All rights reserved.
3 * Copyright (c) 2005 Cisco Systems. All rights reserved.
4 * Copyright (c) 2005 Mellanox Technologies. All rights reserved.
5 *
6 * This software is available to you under a choice of one of two
7 * licenses. You may choose to be licensed under the terms of the GNU
8 * General Public License (GPL) Version 2, available from the file

--- 22 unchanged lines hidden (view full) ---

31 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
32 * SOFTWARE.
33 */
34
35#include <linux/mm.h>
36#include <linux/scatterlist.h>
37#include <linux/sched.h>
38
1/*
2 * Copyright (c) 2004, 2005 Topspin Communications. All rights reserved.
3 * Copyright (c) 2005 Cisco Systems. All rights reserved.
4 * Copyright (c) 2005 Mellanox Technologies. All rights reserved.
5 *
6 * This software is available to you under a choice of one of two
7 * licenses. You may choose to be licensed under the terms of the GNU
8 * General Public License (GPL) Version 2, available from the file

--- 22 unchanged lines hidden (view full) ---

31 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
32 * SOFTWARE.
33 */
34
35#include <linux/mm.h>
36#include <linux/scatterlist.h>
37#include <linux/sched.h>
38
39#include <asm/page.h>
39#include <linux/page.h>
40
41#include "mthca_memfree.h"
42#include "mthca_dev.h"
43#include "mthca_cmd.h"
44
45/*
46 * We allocate in as big chunks as we can, up to a maximum of 256 KB
47 * per chunk.

--- 833 unchanged lines hidden ---
40
41#include "mthca_memfree.h"
42#include "mthca_dev.h"
43#include "mthca_cmd.h"
44
45/*
46 * We allocate in as big chunks as we can, up to a maximum of 256 KB
47 * per chunk.

--- 833 unchanged lines hidden ---