[PATCH] RISC-V: redefine PTRS_PER_PGD/PTRS_PER_PMD/PTRS_PER_PTE

2019-04-17 Thread damon
Use the number of addresses to define the relevant macros. Signed-off-by: damon --- arch/riscv/include/asm/pgtable-32.h | 2 ++ arch/riscv/include/asm/pgtable-64.h | 3 ++- arch/riscv/include/asm/pgtable.h| 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/arch/riscv

[PATCH] RISC-V: redefine PTRS_PER_PGD/PTRS_PER_PMD/PTRS_PER_PTE

2019-04-24 Thread damon
Use the number of addresses to define the relevant macros. Signed-off-by: damon --- arch/riscv/include/asm/pgtable-32.h | 2 ++ arch/riscv/include/asm/pgtable-64.h | 3 ++- arch/riscv/include/asm/pgtable.h| 8 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/arch

[PATCH] RISC-V: redefine PTRS_PER_PGD/PTRS_PER_PMD/PTRS_PER_PTE

2019-04-24 Thread damon
Use the number of addresses to define the relevant macros. Signed-off-by: damon --- arch/riscv/include/asm/pgtable-32.h | 1 + arch/riscv/include/asm/pgtable-64.h | 3 ++- arch/riscv/include/asm/pgtable.h| 8 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/arch/riscv

Re: Silent breakage of cdrecord under 2.4?

2000-08-31 Thread Damon LoCascio
On Tue, 29 Aug 2000, Douglas Gilbert wrote: > Damon, > Sounds worrying. I have done a fair amount of testing > with sg in lk 2.4 and haven't seen a problem like this. > My adapters are also from advansys (but singles, not > quads). Could you send me a sample of the corrup

RE: Silent breakage of cdrecord under 2.4? (fwd)

2000-08-31 Thread Damon LoCascio
-- Forwarded message -- Date: Wed, 30 Aug 2000 00:26:13 +0100 (GMT) From: Damon LoCascio <[EMAIL PROTECTED]> To: Douglas Gilbert <[EMAIL PROTECTED]> Subject: Re: Silent breakage of cdrecord under 2.4? On Tue, 29 Aug 2000, Douglas Gilbert wrote: > Damon, > Sound

Silent breakage of cdrecord under 2.4?

2000-08-29 Thread Damon LoCascio
Hi all, OK I've been scratching my head to find out exactly how to tackle a problem I have noticed since moving to the 2.4 realeases. Simply put, burns with cdrecord (all versions stable and alpha) seem to produce corrupted data. However, no errors are produced either through SCSI debuggi

[PATCH] Staging: line6: pcm: Corrected checkpatch notices in pcm.h

2014-12-26 Thread Damon Swayn
Fixed a coding style issue Signed-off-by: Damon Swayn --- drivers/staging/line6/pcm.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/line6/pcm.h b/drivers/staging/line6/pcm.h index 6aa0d46..5d87934 100644 --- a/drivers/staging/line6/pcm.h +++ b/drivers

[PATCH] Staging: line6: Updated comma spacing to fit within coding style

2014-12-26 Thread Damon Swayn
Fixed a coding style issue reported by checkpatch surrounding the spacing of comma's Signed-off-by: Damon Swayn --- drivers/staging/line6/pcm.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/line6/pcm.h b/drivers/staging/line6/pcm.h index 6a