-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 209470 b: refs/heads/master c: bae918a h: refs/heads/master v: v3
- Loading branch information
FUJITA Tomonori
authored and
Chris Metcalf
committed
Aug 11, 2010
1 parent
eb5dd39
commit e6d9159
Showing
2 changed files
with
1 addition
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 90a9ed9581b896d867645b21f0133795e3942fe6 | ||
refs/heads/master: bae918ac280f01a4fa89b570643def7bb276f597 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1 @@ | ||
/* | ||
* Copyright 2010 Tilera Corporation. All Rights Reserved. | ||
* | ||
* 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, version 2. | ||
* | ||
* This program is distributed in the hope that it will be useful, but | ||
* WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or | ||
* NON INFRINGEMENT. See the GNU General Public License for | ||
* more details. | ||
*/ | ||
|
||
#ifndef _ASM_TILE_SCATTERLIST_H | ||
#define _ASM_TILE_SCATTERLIST_H | ||
|
||
#define ISA_DMA_THRESHOLD (~0UL) | ||
|
||
#include <asm-generic/scatterlist.h> | ||
|
||
#endif /* _ASM_TILE_SCATTERLIST_H */ |