Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28708
b: refs/heads/master
c: 8ae5b28
h: refs/heads/master
v: v3
  • Loading branch information
jimix@watson.ibm.com authored and Paul Mackerras committed May 19, 2006
1 parent 183ae73 commit 71ccdb2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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: 35dd54326e857f1648c7cc1028e8d5e1dbe04992
refs/heads/master: 8ae5b2801a0beb10a55a7ebd5140482e2f84c3fa
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/kernel/lparcfg.c
Original file line number Diff line number Diff line change
Expand Up @@ -521,10 +521,10 @@ static ssize_t lparcfg_write(struct file *file, const char __user * buf,

current_weight = (resource >> 5 * 8) & 0xFF;

pr_debug("%s: current_entitled = %lu, current_weight = %lu\n",
pr_debug("%s: current_entitled = %lu, current_weight = %u\n",
__FUNCTION__, current_entitled, current_weight);

pr_debug("%s: new_entitled = %lu, new_weight = %lu\n",
pr_debug("%s: new_entitled = %lu, new_weight = %u\n",
__FUNCTION__, *new_entitled_ptr, *new_weight_ptr);

retval = plpar_hcall_norets(H_SET_PPP, *new_entitled_ptr,
Expand Down
3 changes: 2 additions & 1 deletion trunk/include/asm-powerpc/udbg.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ extern int udbg_write(const char *s, int n);
extern int udbg_read(char *buf, int buflen);

extern void register_early_udbg_console(void);
extern void udbg_printf(const char *fmt, ...);
extern void udbg_printf(const char *fmt, ...)
__attribute__ ((format (printf, 1, 2)));
extern void udbg_progress(char *s, unsigned short hex);

extern void udbg_init_uart(void __iomem *comport, unsigned int speed,
Expand Down

0 comments on commit 71ccdb2

Please sign in to comment.