Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3609
b: refs/heads/master
c: 99bcc05
h: refs/heads/master
i:
  3607: 60e7ade
v: v3
  • Loading branch information
Russell King authored and Russell King committed Jun 27, 2005
1 parent 1546853 commit 43b175b
Show file tree
Hide file tree
Showing 156 changed files with 5,158 additions and 8,507 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: 61cca8c72eb284e80876bafdea057055f6e793e4
refs/heads/master: 99bcc0590806c4f7a4ecf1a11add335b56cde963
176 changes: 0 additions & 176 deletions trunk/Documentation/block/ioprio.txt

This file was deleted.

2 changes: 1 addition & 1 deletion trunk/Documentation/kernel-parameters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,7 @@ running once the system is up.
See Documentation/ramdisk.txt.

psmouse.proto= [HW,MOUSE] Highest PS2 mouse protocol extension to
probe for (bare|imps|exps|lifebook|any).
probe for (bare|imps|exps).
psmouse.rate= [HW,MOUSE] Set desired mouse report rate, in reports
per second.
psmouse.resetafter=
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-aaec2000/Makefile.boot
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
zreladdr-y := 0xf0008000
2 changes: 0 additions & 2 deletions trunk/arch/i386/kernel/syscall_table.S
Original file line number Diff line number Diff line change
Expand Up @@ -289,5 +289,3 @@ ENTRY(sys_call_table)
.long sys_add_key
.long sys_request_key
.long sys_keyctl
.long sys_ioprio_set
.long sys_ioprio_get /* 290 */
4 changes: 2 additions & 2 deletions trunk/arch/ia64/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -1577,8 +1577,8 @@ sys_call_table:
data8 sys_add_key
data8 sys_request_key
data8 sys_keyctl
data8 sys_ioprio_set
data8 sys_ioprio_get // 1275
data8 sys_ni_syscall
data8 sys_ni_syscall // 1275
data8 sys_set_zone_reclaim
data8 sys_ni_syscall
data8 sys_ni_syscall
Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/ppc/kernel/misc.S
Original file line number Diff line number Diff line change
Expand Up @@ -1449,5 +1449,3 @@ _GLOBAL(sys_call_table)
.long sys_request_key /* 270 */
.long sys_keyctl
.long sys_waitid
.long sys_ioprio_set
.long sys_ioprio_get
5 changes: 2 additions & 3 deletions trunk/drivers/block/as-iosched.c
Original file line number Diff line number Diff line change
Expand Up @@ -1806,8 +1806,7 @@ static void as_put_request(request_queue_t *q, struct request *rq)
rq->elevator_private = NULL;
}

static int as_set_request(request_queue_t *q, struct request *rq,
struct bio *bio, int gfp_mask)
static int as_set_request(request_queue_t *q, struct request *rq, int gfp_mask)
{
struct as_data *ad = q->elevator->elevator_data;
struct as_rq *arq = mempool_alloc(ad->arq_pool, gfp_mask);
Expand All @@ -1828,7 +1827,7 @@ static int as_set_request(request_queue_t *q, struct request *rq,
return 1;
}

static int as_may_queue(request_queue_t *q, int rw, struct bio *bio)
static int as_may_queue(request_queue_t *q, int rw)
{
int ret = ELV_MQUEUE_MAY;
struct as_data *ad = q->elevator->elevator_data;
Expand Down
Loading

0 comments on commit 43b175b

Please sign in to comment.