diff options
| author | Finn Thain <[email protected]> | 2016-01-03 16:05:39 +1100 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2016-01-06 21:43:00 -0500 |
| commit | d1af9c7f4a69824440d2d755ddc3b861712ef024 (patch) | |
| tree | 9bc2ce3c4a693a566352d46cb5ebaa4875fa3ea3 /scripts/gdb/linux/symbols.py | |
| parent | 010e89d18c4e66ab69d64bab439eba988d16fcc9 (diff) | |
ncr5380: Remove UNSAFE macro
Configuring core drivers using macros like this one prevents re-unifying
the core driver forks, and prevents implementing the core driver as a
library or a platform driver.
The UNSAFE macro in particular is a poor workaround for the problem of
interrupt latency. Releasing the locks complicates things because then we
would have to handle the possibility of EH handler invocation during a
PDMA transfer.
The comments say that instead of using this macro, "you're going to be
better off twiddling with transfersize". I agree. Remove this stuff.
Signed-off-by: Finn Thain <[email protected]>
Reviewed-by: Hannes Reinecke <[email protected]>
Tested-by: Ondrej Zary <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/symbols.py')
0 files changed, 0 insertions, 0 deletions