Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252754
b: refs/heads/master
c: 3b70b2e
h: refs/heads/master
v: v3
  • Loading branch information
Len Brown committed May 29, 2011
1 parent ac3b62e commit a8ddccf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 06ae40ce073daf233607a3c54a489f2c1e44683e
refs/heads/master: 3b70b2e5fcf6315eb833a1bcc2b810bdc75484ff
8 changes: 8 additions & 0 deletions trunk/Documentation/feature-removal-schedule.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ be removed from this file.

---------------------------

What: x86 floppy disable_hlt
When: 2012
Why: ancient workaround of dubious utility clutters the
code used by everybody else.
Who: Len Brown <len.brown@intel.com>

---------------------------

What: PRISM54
When: 2.6.34

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/block/floppy.c
Original file line number Diff line number Diff line change
Expand Up @@ -1038,6 +1038,7 @@ static void floppy_disable_hlt(void)
{
unsigned long flags;

WARN_ONCE(1, "floppy_disable_hlt() scheduled for removal in 2012");
spin_lock_irqsave(&floppy_hlt_lock, flags);
if (!hlt_disabled) {
hlt_disabled = 1;
Expand Down

0 comments on commit a8ddccf

Please sign in to comment.