Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20947
b: refs/heads/master
c: fd2a4f1
h: refs/heads/master
i:
  20945: 4316ca7
  20943: 5059052
v: v3
  • Loading branch information
Ralf Baechle committed Mar 9, 2006
1 parent 15bee92 commit 2299e61
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 1443e483e34d2ead97215bd8496b34b0d3fbc2c0
refs/heads/master: fd2a4f1183d1e6802457d70cea067396236ed64b
3 changes: 3 additions & 0 deletions trunk/include/asm-mips/vga.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
* <linux/vt_buffer.h> has already done the right job for us.
*/

#undef scr_writew
#undef scr_readw

static inline void scr_writew(u16 val, volatile u16 *addr)
{
*addr = cpu_to_le16(val);
Expand Down

0 comments on commit 2299e61

Please sign in to comment.