Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298663
b: refs/heads/master
c: 95fc2d8
h: refs/heads/master
i:
  298661: 6d5ecbb
  298659: 43a9301
  298655: 840608c
v: v3
  • Loading branch information
Mike Frysinger authored and Bob Liu committed Apr 6, 2012
1 parent 84aa75c commit 1adf766
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fb9d78aca709b7a6389c79d6211fb384c69bb79f
refs/heads/master: 95fc2d8f96d37995f2bd1ec49f46ee9816ddf5b7
2 changes: 1 addition & 1 deletion trunk/arch/blackfin/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ config CACHELINE_ALIGNED_L1
bool "Locate cacheline_aligned data to L1 Data Memory"
default y if !BF54x
default n if BF54x
depends on !SMP && !BF531
depends on !SMP && !BF531 && !CRC32
help
If enabled, cacheline_aligned data is linked
into L1 data memory. (less latency)
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/char/apm-emulation.c
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ apm_ioctl(struct file *filp, u_int cmd, u_long arg)
* anything critical, chill a bit on each iteration.
*/
while (wait_event_freezable(apm_suspend_waitqueue,
as->suspend_state != SUSPEND_ACKED))
as->suspend_state == SUSPEND_DONE))
msleep(10);
break;
case SUSPEND_ACKTO:
Expand Down

0 comments on commit 1adf766

Please sign in to comment.