diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2008-06-16 18:43:07 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2008-06-16 18:43:07 +0000 |
commit | a72c40ca9787b2cb58d787b68493eeb21afca8d5 (patch) | |
tree | 7c024d5627d1ef0a7d49585bcb6c4831eb90e2e5 /sys/dev/pci/ahci.c | |
parent | f142736e353a7928254ae9c7fdc03df0cc9a1413 (diff) |
replace min() and max() function calls by MIN() and MAX().
MIN() and MAX() are macros that can evaluate their arguments twice
but it is safe in this context.
following a post from miod@ about the harmfulness of min() and max()
in the kernel.
Diffstat (limited to 'sys/dev/pci/ahci.c')
0 files changed, 0 insertions, 0 deletions