]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ide-tape: remove atomic test/set macros for packet commands
authorBorislav Petkov <petkovbb@gmail.com>
Thu, 17 Apr 2008 22:46:26 +0000 (00:46 +0200)
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Thu, 17 Apr 2008 22:46:26 +0000 (00:46 +0200)
commit346331f82823682fb5c2df6e827db25d95cc2e92
tree3df38f3a2c9bcfd51b44c2183fa18e1a5db82c3e
parent03056b909b72c47cbba3605ea3b48a63ef031736
ide-tape: remove atomic test/set macros for packet commands

Removing the atomic tests for pc's is unobjectionable. Since this driver will
probably go to /dev/null soon, the atomic tests for tape->flags are left in
place for there are some situations where they're needed (chrdev DSC handling,
low level pipeline operation and so on). While at it, rename all test/set flag
bit defines explicitly to *_FLAG_* for clarity.

Signed-off-by: Borislav Petkov <petkovbb@gmail.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
drivers/ide/ide-tape.c