summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@home.transmeta.com>2003-05-11 03:09:50 -0700
committerDavid S. Miller <davem@kernel.bkbits.net>2003-05-11 03:09:50 -0700
commit4ea6b20365c0d4a2232cc682ee9a32129e337022 (patch)
tree6849867251f733d6b4247cf6e05d6f98654fe1e0 /include
parentf3d6996734adcf208b758425f2378c48148652da (diff)
Bartlomiej says: 'Please revert this patch, it is unfinished.'
We'll do it *after* IDE taskfile IO is done Cset exclude: axboe@suse.de|ChangeSet|20030511184946|49736
Diffstat (limited to 'include')
-rw-r--r--include/linux/ide.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index 00b017c6a45b..f773ff4268a9 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -846,12 +846,6 @@ static inline void ide_unmap_buffer(struct request *rq, char *buffer, unsigned l
bio_kunmap_irq(buffer, flags);
}
-/*
- * must be addressed with 48-bit lba
- */
-#define rq_lba48(rq) \
- (((rq)->sector + (rq)->nr_sectors) > 0xfffffff || rq->nr_sectors > 256)
-
#define IDE_CHIPSET_PCI_MASK \
((1<<ide_pci)|(1<<ide_cmd646)|(1<<ide_ali14xx))
#define IDE_CHIPSET_IS_PCI(c) ((IDE_CHIPSET_PCI_MASK >> (c)) & 1)
@@ -1393,7 +1387,6 @@ typedef struct ide_task_s {
ide_reg_valid_t tf_in_flags;
int data_phase;
int command_type;
- int addressing; /* 1 for 48-bit */
ide_pre_handler_t *prehandler;
ide_handler_t *handler;
ide_post_handler_t *posthandler;